A map from the identifiers of the IContentResources
which are currently being assembled to the partially-assembled
resources themselves.
Namespace:
Endeca.Data.Content.AssemblerAssembly: Endeca.Data.Content (in Endeca.Data.Content.dll) Version: 2.1.2.0 (2.1.2.0)
Syntax
| C# |
|---|
public Dictionary<string, IContentResource> ContentResources { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ContentResources As Dictionary(Of String, IContentResource) |
| Visual C++ |
|---|
public: virtual property Dictionary<String^, IContentResource^>^ ContentResources { Dictionary<String^, IContentResource^>^ get () sealed; } |