Interface IShareBaseLibrary
Library is essentially a "super folder" in ShareBase, that contains folders.
Namespace: Hyland.ShareBaseSdk.Models
Assembly: Hyland.ShareBaseSdk.dll
Syntax
public interface IShareBaseLibrary
Properties
FoldersUri
A link used to get the folders of the library.
Declaration
Uri FoldersUri { get; }
Property Value
Type | Description |
---|---|
System.Uri |
LibraryId
A unique identifier representing the library.
Declaration
long LibraryId { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
LibraryName
The name of the library.
Declaration
string LibraryName { get; }
Property Value
Type | Description |
---|---|
System.String |
Links
Links relevant to the library.
Declaration
Dictionary<string, string> Links { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |
SelfUri
A reference to the library itself in the API.
Declaration
Uri SelfUri { get; }
Property Value
Type | Description |
---|---|
System.Uri |