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.Assembler
Assembly:  Endeca.Data.Content (in Endeca.Data.Content.dll) Version: 2.1.2.0 (2.1.2.0)

Syntax

C#
public Stack<IContentItem> ContentItems { get; }
Visual Basic (Declaration)
Public ReadOnly Property ContentItems As Stack(Of IContentItem)
Visual C++
public:
virtual property Stack<IContentItem^>^ ContentItems {
	Stack<IContentItem^>^ get () sealed;
}

Implements

IContentContext..::.ContentItems

See Also