Interface IShareBaseDocument
A document within ShareBase.
Namespace: Hyland.ShareBaseSdk.Models
Assembly: Hyland.ShareBaseSdk.dll
Syntax
public interface IShareBaseDocument
Properties
ContentUri
A link used to get the content of the document.
Declaration
Uri ContentUri { get; }
Property Value
Type | Description |
---|---|
System.Uri |
DateModified
The date that the document was last modified.
Declaration
DateTime DateModified { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
DocumentId
A unique identifier representing the document.
Declaration
long DocumentId { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
DocumentName
The name of the document.
Declaration
string DocumentName { get; }
Property Value
Type | Description |
---|---|
System.String |
FolderId
The identifier for the folder where the document is located.
Declaration
long FolderId { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
Links
Links relevant to the document.
Declaration
Dictionary<string, string> Links { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |
Self
A reference to the document itself in the API.
Declaration
Uri Self { get; }
Property Value
Type | Description |
---|---|
System.Uri |