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# |
|---|
Dictionary<string, IContentResource> ContentResources { get; } |
| Visual Basic (Declaration) |
|---|
ReadOnly Property ContentResources As Dictionary(Of String, IContentResource) |
| Visual C++ |
|---|
property Dictionary<String^, IContentResource^>^ ContentResources { Dictionary<String^, IContentResource^>^ get (); } |