IContentResolutionService.ContentDefinitions Property

Definition

Gets the ContentDefinition objects for the content placeholders that are identified in the master page.

public:
 property System::Collections::IDictionary ^ ContentDefinitions { System::Collections::IDictionary ^ get(); };
public System.Collections.IDictionary ContentDefinitions { get; }
member this.ContentDefinitions : System.Collections.IDictionary
Public ReadOnly Property ContentDefinitions As IDictionary

Property Value

An IDictionary containing identifiers and ContentDefinition objects.

Applies to

See also