Interface IShareBaseFolder
A folder within ShareBase.
Namespace: Hyland.ShareBaseSdk.Models
Assembly: Hyland.ShareBaseSdk.dll
Syntax
public interface IShareBaseFolder
Properties
DocumentsUri
A link to the documents within the folder.
Declaration
Uri DocumentsUri { get; }
Property Value
Type | Description |
---|---|
System.Uri |
Embedded
Folders and documents within the folder.
Declaration
IEmbedded Embedded { get; }
Property Value
Type | Description |
---|---|
IEmbedded |
FolderId
A unique identifier representing the folder.
Declaration
long FolderId { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
FolderName
The name of the folder.
Declaration
string FolderName { get; }
Property Value
Type | Description |
---|---|
System.String |
FoldersUri
A link to the folders within the folder.
Declaration
Uri FoldersUri { get; }
Property Value
Type | Description |
---|---|
System.Uri |
LibraryId
The identifier for the library where the folder is located.
Declaration
long LibraryId { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
Links
Links relevant to the folder.
Declaration
Dictionary<string, string> Links { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |
SelfUri
A reference to the folder itself in the API.
Declaration
Uri SelfUri { get; }
Property Value
Type | Description |
---|---|
System.Uri |
SharesUri
A link to create shares.
Declaration
Uri SharesUri { get; }
Property Value
Type | Description |
---|---|
System.Uri |