Click or drag to resize
WorkspacesValidateCreateFolderV30 Method
Validates the parameters are ok for adding folder.

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public BulkOperationResultJson ValidateCreateFolderV30(
	ValidateCreateFolderJson validateCreateFolderJson
)

Parameters

validateCreateFolderJson
Type: BlackBerry.Workspaces.JsonValidateCreateFolderJson
json used to validate params when creating a folder

Return Value

Type: BulkOperationResultJson
bulkOperationResultJson - details about the success of each request, for each entity and document
See Also