SaaS CMS has officially launched! Learn more now.

Class ContentCapabilitiesResolver

Inheritance
System.Object
ContentCapabilitiesResolver
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.Cms.Shell.UI.Rest.Capabilities
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
[ServiceConfiguration(typeof(ContentCapabilitiesResolver))]
[Obsolete("This class has been obsoleted and will be removed in the next major release.")]
public class ContentCapabilitiesResolver

Constructors

ContentCapabilitiesResolver(IEnumerable<IContentCapability>)

Declaration
public ContentCapabilitiesResolver(IEnumerable<IContentCapability> contentCapabilities)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<IContentCapability> contentCapabilities

Methods

GetContentCapabilities(IContent)

Declaration
public Dictionary<string, bool> GetContentCapabilities(IContent content)
Parameters
Type Name Description
IContent content
Returns
Type Description
System.Collections.Generic.Dictionary<System.String, System.Boolean>

Extension Methods