Try our conversational search powered by Generative AI!

Class ContentProviderParameter

Inheritance
System.Object
ContentProviderParameter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Core.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
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