Click or drag to resize
IManageWorkspaces Class
Functions for iManage workspace handling.
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.ResourceIManageWorkspaces

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public class IManageWorkspaces

The IManageWorkspaces type exposes the following members.

Constructors
  NameDescription
Public methodIManageWorkspaces
Initializes a new instance of the IManageWorkspaces class
Top
Methods
  NameDescription
Public methodAddEntitiesV30
Adds permitted entities to an imanage workspace.
Public methodAddNotificationV30
Adds a notification for a file action in the file's activity log file.
Public methodAddTransientDocumentPermissionRequestV30
Add a permission request for a document in a imanage workspace.
Public methodAddTransientFolderPermissionRequestV30
Add a permission request for an imanage workspace.
Public methodChangeDefaultPermissionsBulkV30
Changes default permissions of a permitted entity in an imanage workspace.
Public methodCheckForCredentialV30
Check if the logged in user has a valid Imanage credential stored.
Public methodCopyDocumentsFromRoomsToExchangeAsyncV30
Copies a imanage file to Microsoft Exchange.
Public methodCreateFolderV30
Creates a new imanage folder.
Public methodCreateIManageDocumentV30
Create new empty document.
Public methodDeleteDocumentsAndFoldersV30
Deletes imanage folders and files.
Public methodDeleteRoomV30
Delete iManage workspace.
Public methodDocumentUploadCompleteV30
Complete uploaded file.
Public methodDownloadDocumentsFormV30
Downloads a set of specified files or all files in a set of specified folders and files in a imanage workspace.
Public methodDownloadOriginalV30
Returns a single file.
Public methodDownloadSingleDocumentForWebV30(DownloadSingleIManageDocumentJson)
Downloads a single file for web (additional info is returned).
Public methodDownloadSingleDocumentForWebV30(String, String, String, String, Boolean)
Downloads a single file (for web).
Public methodDownloadSingleDocumentV30
Downloads a single file.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExportActivityHistoryForRoomsV30
Returns a CSV file of workspace activity history for the given set of rooms.
Public methodExportActivityLogV30
Gets activity log CSV for a file.
Public methodGenerateGuidV30
Creates file GUID for new or updated files.
Public methodGenerateGuidV30(GenerateTransientDocumentGuidJson)
Creates file GUID for new file in a workspace context.
Public methodGetActivityLogV30(GetIManageDocumentActivityLogRequestJson)
Gets activity log for a file in IManage Workspace.
Public methodGetActivityLogV30(String, String, String, String, Boolean, Int32, Int32)
Gets activity log for a file in WD in CSV format.
Public methodGetDocumentInfoV30
Retrieves file info.
Public methodGetFolderInfoV30
Gets single level info for a workspace or folder.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIManagePathInfoV30
Get info for a path.
Public methodGetPermissionsForIOSV30
Returns the iOS-targeted list of permissions for a file.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValidIManagePathInfoListV30
Get info for a valid list paths.
Public methodGetWorkspaceInfoV30
Return info on the workspace.
Public methodInitiateConversionV30
Initiates conversion to PDF for a document
Public methodInviteV30(IManageDocumentInviteJson)
Invites groups or users to a specific file in a workspace.
Public methodInviteV30(IManageInviteJson)
Invite groups and users to an imanage workspace or a folder
Public methodListFoldersAndDocumentsV30
Retrieves a list of iManage files and folders for a workspace or a folder.
Public methodListFoldersSingleLevelV30
Gets the tree of all folders.
Public methodListLastResolvedTransientDocumentPermissionRequestsV30
Retrieves a list of resolved document permission requests for all imanage workspaces.
Public methodListLastResolvedTransientFolderPermissionRequestsV30
Retrieves a list of resolved folder permission requests for all iManage workspaces.
Public methodListMattersV30
Retrieves a list of imanage top level matters and workspaces.
Public methodListOrganizationPolicyV30
Returns the organization policy for the given workspace.
Public methodListPermissionDetailsV30
List permission details for files and folders for all entities in the workspace.
Public methodListTransientDocumentsPermissionRequestsV30
Lists existing document permission requests for all imanage workspaces.
Public methodListTransientFolderPermissionRequestsV30
Lists existing folder permission requests for all imanage workspace.
Public methodMarkWorkspaceFavoriteV30
Marks iManage Workspace(s) as starred or unstarred (favorite).
Public methodRenameDocumentV30
Renames a file in an imanage workspace.
Public methodRenameFolderV30
Renames an imanage folder.
Public methodResolveActionForTransientDocumentPermissionRequestV30
Applies a decision on a request.
Public methodResolveActionForTransientFolderPermissionRequestV30
Applies a decision on an imanage workspace permission request.
Public methodSaveTransientWorkspaceCredentialsV30
Saves the credentials for a given workspace.
Public methodSendBulkEmailV30
Sends emails to file users.
Public methodSignInIManageWorkspaceV30
Sign in to an imanange repository. It validates the credential and create/update imanage credential.
Public methodSignOutIManageWorkspaceV30
Sign out imanange repository. It deletes all imanage workspaces owned by the user and deletes the credential for the user.
Public methodSubmitDocumentIfNewV30
Submits a new document version.
Public methodSubmitVersionV30
Submits a new file version.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUploadDocumentByPostV30(String, String, FileInfo, DeviceType, String, String, Int64, IProgressChanged)
Uploads new file data.
Public methodUploadDocumentByPostV30(String, String, Stream, DeviceType, String, String, Int64, IProgressChanged)
Uploads new file data.
Public methodValidateDocumentsToDownloadV30
Validates files for download.
Top
See Also