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