Property this
this[object]
Returns a single document in the collection
Declaration
ITeddsDocument this[object Identifier] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| object | Identifier | identifier document item identifier which is either a one based index of the item in the collection or the documents name. |
Property Value
| Type | Description |
|---|---|
| ITeddsDocument | The returned document |