Sets the title format for content of this type when rendered as nested content in the Redakt back office application. Insert content property values with property keys in double curly braces (case insensitive), for example: "{{FirstName}} {{LastName}}". If omitted, the property display name will be used. This class cannot be inherited.

[AttributeUsage]
public sealed class TitleFormatAttribute: IContentTypeAttribute
Inheritance:
ObjectAttributeTitleFormatAttribute
Implements:
IContentTypeAttribute

Constructors

TitleFormatAttribute(string)

Methods

Apply(ContentTypeDefinition)