Item(Int32)

Gets the ContentEntry at the specified index.
Namespace: TheBoxSoftware.API.LiveDocumenterAssembly: TheBoxSoftware.API.LiveDocumenter in (TheBoxSoftware.API.LiveDocumenter.dll)

Syntax

C#
public ContentEntry this[int index] {
	get;
	}

Parameters

indexInt32
The zero-based index of the ContentEntry to return.