ScriptedContentFragmentOptions
is defined in the Telligent.Evolution.Extensibility.UI.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class ScriptedContentFragmentOptions { Func<NameValueCollection,NameValueCollection> AdjustCallbackContext { get; set; } bool CanBeThemeVersioned { get; set; } bool CanHaveHeader { get; set; } bool CanHaveWrapperCss { get; set; } bool CanReadPluginConfiguration { get; set; } bool CanWritePluginConfiguration { get; set; } List<IContextualScriptedContentFragmentExtension> Extensions { get; set; } Func<int,PageContext,bool> HasAccess { get; set; } Guid Id { get; set; } bool IsEditable { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
AdjustCallbackContext | Func<NameValueCollection,NameValueCollection> | |||
CanBeThemeVersioned | bool | |||
CanHaveHeader | bool | |||
CanHaveWrapperCss | bool | |||
CanReadPluginConfiguration | bool | |||
CanWritePluginConfiguration | bool | |||
Extensions | List<IContextualScriptedContentFragmentExtension> | |||
HasAccess | Func<int,PageContext,bool> | |||
Id | Guid | |||
IsEditable | bool |