C# Class Composite.Core.PageTemplates.PageTemplateDescriptor

Describes a page layout to the Orckestra CMS core so it may set up editing UI
Show file Open project: Orckestra/C1-CMS Class Usage Examples

Public Methods

Method Description
GetActions ( ) : IEnumerable

Appends actions to a visual element.

GetEntityToken ( ) : EntityToken

Gets the entity token.

Method Details

GetActions() public method

Appends actions to a visual element.
public GetActions ( ) : IEnumerable
return IEnumerable

GetEntityToken() public method

Gets the entity token.
public GetEntityToken ( ) : EntityToken
return Composite.C1Console.Security.EntityToken