A stack of the IContentItems
which are currently being created. The content item upon which
assembly has most recently begun will be at the top of the stack.
Namespace:
Endeca.Data.Content.AssemblerAssembly: Endeca.Data.Content (in Endeca.Data.Content.dll) Version: 2.1.2.0 (2.1.2.0)
Syntax
| C# |
|---|
Stack<IContentItem> ContentItems { get; } |
| Visual Basic (Declaration) |
|---|
ReadOnly Property ContentItems As Stack(Of IContentItem) |
| Visual C++ |
|---|
property Stack<IContentItem^>^ ContentItems { Stack<IContentItem^>^ get (); } |