Property | Type | Description | |
---|---|---|---|
InlineContentContentTypeId | System.Guid |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddContentControls ( |
||
AddPreviewContentControls ( |
||
AttachChangeEvents ( IContentStateChanges stateChanges ) : void | ||
CanAddFiles ( int userId ) : bool | ||
Get ( System.Guid contentId ) : Telligent.Evolution.Extensibility.Content.Version1.IContent | ||
GetAdditionalCssClasses ( |
||
GetAnonymousContentText ( ) : string | ||
GetContentText ( ) : string | ||
GetFragmentHeader ( |
||
GetHash ( string inputString ) : byte[] | ||
GetHashString ( string inputString ) : string | ||
GetPropertyGroups ( ) : PropertyGroup[] | ||
HasRequiredContext ( |
||
Initialize ( ) : void | ||
SetController ( IFileEmbeddableContentTypeController controller ) : void | ||
SetController ( ITranslatablePluginController controller ) : void | ||
UpdateInlineContentFiles ( string sourceContent ) : string |
Method | Description | |
---|---|---|
ContextualItem ( Action |
public AddContentControls ( |
||
control | ||
return | void |
public AddPreviewContentControls ( |
||
control | ||
return | void |
public AttachChangeEvents ( IContentStateChanges stateChanges ) : void | ||
stateChanges | IContentStateChanges | |
return | void |
protected ContextualItem ( Action |
||
applicationUse | Action |
|
containerUse | Action |
|
tagsUse | Action |
|
return | void |
public Get ( System.Guid contentId ) : Telligent.Evolution.Extensibility.Content.Version1.IContent | ||
contentId | System.Guid | |
return | Telligent.Evolution.Extensibility.Content.Version1.IContent |
public GetAdditionalCssClasses ( |
||
control | ||
return | string |
public GetFragmentHeader ( |
||
control | ||
return | string |
public static GetHash ( string inputString ) : byte[] | ||
inputString | string | |
return | byte[] |
public static GetHashString ( string inputString ) : string | ||
inputString | string | |
return | string |
public GetPropertyGroups ( ) : PropertyGroup[] | ||
return | PropertyGroup[] |
public HasRequiredContext ( |
||
control | ||
return | bool |
public SetController ( IFileEmbeddableContentTypeController controller ) : void | ||
controller | IFileEmbeddableContentTypeController | |
return | void |
public SetController ( ITranslatablePluginController controller ) : void | ||
controller | ITranslatablePluginController | |
return | void |
public UpdateInlineContentFiles ( string sourceContent ) : string | ||
sourceContent | string | |
return | string |