DocumentContainer.get

Get a component that is associated with key.

class DocumentContainer(DocumentType, FieldType = DocumentType)
Object
get
(
string identity
)

Parameters

identity string

the element id.

Return Value

Type: Object

Object element if it is available.

Throws

NotFoundException in case if the element wasn't found.

Meta