Class ContentProviderOptions
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Contains various options that can be used to configure how content providers should be used within CMS
Inheritance
Inherited Members
Namespace: EPiServer.Core.Internal
Assembly: EPiServer.dll
Version: 10.10.4Syntax
[Options]
public class ContentProviderOptionsConstructors
ContentProviderOptions()
Declaration
public ContentProviderOptions()Fields
CapabilitiesString
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 CapabilitiesString = "capabilities"Field Value
| Type | Description | 
|---|---|
| System.String | 
DefaultString
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Declaration
public const string DefaultString = "default"Field Value
| Type | Description | 
|---|---|
| System.String | 
EntryPointString
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 EntryPointString = "entryPoint"Field Value
| Type | Description | 
|---|---|
| System.String | 
FullSupportString
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Const for capabilities for a full supporting provider
Declaration
public const string FullSupportString = "Create,Edit,Delete,Move,Copy,MultiLanguage,PageFolder,Search,Security,Wastebasket"Field Value
| Type | Description | 
|---|---|
| System.String | 
IconPathString
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 IconPathString = "iconPath"Field Value
| Type | Description | 
|---|---|
| System.String | 
WastebasketNameString
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 WastebasketNameString = "wastebasketName"Field Value
| Type | Description | 
|---|---|
| System.String | 
Properties
ProviderFactories
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Factories for ContentProvider that handles content items for the CMS
Declaration
public IList<Func<IServiceLocator, ContentProvider>> ProviderFactories { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IList<System.Func<IServiceLocator, ContentProvider>> | 
