Class ContentProviderParameter
Inheritance
Inherited Members
Namespace: EPiServer.Core.Internal
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public static class ContentProviderParameter
Fields
Capabilities
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Const for key 'capabilities' used to configure capabilities for provider
Declaration
public const string Capabilities = "capabilities"
Field Value
Type | Description |
---|---|
System.String |
EntryPoint
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Const for key 'entryPoint' used to configure entry point for provider
Declaration
public const string EntryPoint = "entryPoint"
Field Value
Type | Description |
---|---|
System.String |
IconPath
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Const for key 'wastebasketName' used to name the wastebasket for provider
Declaration
public const string WastebasketName = "wastebasketName"
Field Value
Type | Description |
---|---|
System.String |