Represents the metadata to a Document
More...
|
| Guid | LkDocumentGuid => TypedInfoInternal.DocumentGuid |
| | Defines the unique identifier for the document. This Guid is valid during the hole lifetime of the document. More...
|
| |
| DocumentType | Type => TypedInfoInternal.Type |
| | The document type (DocumentType). More...
|
| |
| string | FileName => TypedInfoInternal.FileName |
| | The filename from the document. More...
|
| |
| string | Suffix => TypedInfoInternal.Suffix |
| | Returns the complete suffix of the file. More...
|
| |
| bool | Deleted => false |
| | Returns if this info is deleted. More...
|
| |
|
| | CoreInfo (CoreInfoInternal infoInternal) |
| | Creates new core info object without parent. More...
|
| |
| | CoreInfo (CoreInfoInternal infoInternal, TParent parent) |
| | Creates new core info object with parent. More...
|
| |
|
CoreInfoInternal | InfoInternal |
| |
| TParent | Parent [get] |
| | The parent of this info object. More...
|
| |
Represents the metadata to a Document
◆ Deleted
| bool Ofcas.Lk.Api.Core.DocumentInfo.Deleted => false |
Returns if this info is deleted.
◆ FileName
| string Ofcas.Lk.Api.Core.DocumentInfo.FileName => TypedInfoInternal.FileName |
The filename from the document.
◆ LkDocumentGuid
| Guid Ofcas.Lk.Api.Core.DocumentInfo.LkDocumentGuid => TypedInfoInternal.DocumentGuid |
Defines the unique identifier for the document. This Guid is valid during the hole lifetime of the document.
◆ Suffix
| string Ofcas.Lk.Api.Core.DocumentInfo.Suffix => TypedInfoInternal.Suffix |
Returns the complete suffix of the file.
◆ Type
| DocumentType Ofcas.Lk.Api.Core.DocumentInfo.Type => TypedInfoInternal.Type |
The document type (DocumentType).
The documentation for this class was generated from the following file:
- Ofcas.Lk.Api.Core/DocumentInfo.cs