• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Hyland.ShareBaseSdk
    • IShareBaseClient
    • ShareBaseClient
    • ShareBaseServerLocation
  • Hyland.ShareBaseSdk.Exceptions
    • ForbiddenAccessException
    • NotFoundException
    • ShareBaseException
    • ShareBaseInvalidPasswordException
  • Hyland.ShareBaseSdk.Models
    • DocumentShare
    • DocumentShareLinks
    • Embedded
    • ExpireStyle
    • FolderShare
    • FolderShareLinks
    • ICreateFolderCommand
    • IEmbedded
    • IShareBaseDocument
    • IShareBaseFolder
    • IShareBaseLibrary
    • IShareBaseTempFile
    • IShareBaseTempFileLinks
    • ITagSearchResponse
    • ShareBaseDocument
    • ShareBaseFolder
    • ShareBaseLibrary
    • ShareBaseTagType
    • ShareBaseTagTypeInput
    • ShareBaseTagTypeValue
    • SharedDocumentOptions
    • SharedFolderOptions
    • ShareOptions
    • ShareType
    • TagTypeAssociation
    • TagTypeConstraints
    • TagTypeDataType

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
Back to top Generated by DocFX