Class ContentProviderParameter
Inheritance
System.Object
ContentProviderParameter
Namespace: EPiServer.Core.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public static class ContentProviderParameter : Object
Fields
Capabilities
Const for key 'capabilities' used to configure capabilities for provider
Declaration
public const string Capabilities = "capabilities"
Field Value
Type | Description |
---|---|
System.String |
EntryPoint
Const for key 'entryPoint' used to configure entry point for provider
Declaration
public const string EntryPoint = "entryPoint"
Field Value
Type | Description |
---|---|
System.String |
FullProviderCapability
All options for Capabilities
Declaration
public const string FullProviderCapability = "Create,Edit,Delete,Move,Copy,MultiLanguage,PageFolder,Search,Security,Wastebasket"
Field Value
Type | Description |
---|---|
System.String |
IconPath
Const for key 'iconPath' used to configure path to icon for provider used in content tree
Declaration
public const string IconPath = "iconPath"
Field Value
Type | Description |
---|---|
System.String |
WastebasketName
Const for key 'wastebasketName' used to name the wastebasket for provider
Declaration
public const string WastebasketName = "wastebasketName"
Field Value
Type | Description |
---|---|
System.String |