Enumeration: InstanceMethods
Defined in: enums/index.ts:146
Available instance methods in the SDK for file management, user information, and settings.
Enumeration Members
AddTagsToRoom
AddTagsToRoom:
"addTagsToRoom"
Defined in: enums/index.ts:148
Adds the specified tags to the room with the specified ID.
CreateFile
CreateFile:
"createFile"
Defined in: enums/index.ts:150
Creates a new file with the specified parameters.
CreateFolder
CreateFolder:
"createFolder"
Defined in: enums/index.ts:152
Creates a new folder with the specified parameters.
CreateHash
CreateHash:
"createHash"
Defined in: enums/index.ts:154
Generates the hash string based on the specified hash settings.
CreateRoom
CreateRoom:
"createRoom"
Defined in: enums/index.ts:156
Creates a new room with the specified parameters.
CreateTag
CreateTag:
"createTag"
Defined in: enums/index.ts:158
Creates a new tag with the specified name.
GetFiles
GetFiles:
"getFiles"
Defined in: enums/index.ts:160
Returns the information about all files in the SDK frame.
GetFolderInfo
GetFolderInfo:
"getFolderInfo"
Defined in: enums/index.ts:162
Returns the information about the current directory opened in the SDK frame.
GetFolders
GetFolders:
"getFolders"
Defined in: enums/index.ts:164
Returns the information about all the folders in the SDK frame.
GetHashSettings
GetHashSettings:
"getHashSettings"
Defined in: enums/index.ts:166
Returns the DocSpace hash settings for generating a password hash.
GetList
GetList:
"getList"
Defined in: enums/index.ts:168
Returns the information about all files and folders in the SDK frame.
GetRooms
GetRooms:
"getRooms"
Defined in: enums/index.ts:170
Returns the information about rooms according to the specified filter parameters.
GetSelection
GetSelection:
"getSelection"
Defined in: enums/index.ts:172
Returns the information about the selected elements in the SDK frame.
GetUserInfo
GetUserInfo:
"getUserInfo"
Defined in: enums/index.ts:174
Returns the information about the current DocSpace user or null if there are no authorized users.
Login
Login:
"login"
Defined in: enums/index.ts:176
Logs in to the DocSpace account using the specified email and password hash.
Logout
Logout:
"logout"
Defined in: enums/index.ts:178
Logs out from the DocSpace account of the current user.
OpenModal
OpenModal:
"openModal"
Defined in: enums/index.ts:180
Opens the DocSpace modal window of the specified type.
RemoveTagsFromRoom
RemoveTagsFromRoom:
"removeTagsFromRoom"
Defined in: enums/index.ts:182
Removes the specified tags from the room with the specified ID.
SetConfig
SetConfig:
"setConfig"
Defined in: enums/index.ts:184
Sets the specified config for the current SDK entity.
SetListView
SetListView:
"setListView"
Defined in: enums/index.ts:186
Sets the display of entity lists according to the specified type.
ExecuteInEditor
ExecuteInEditor:
"executeInEditor"
Defined in: enums/index.ts:188
Executes the specified callback within the editor context.