Click or drag to resize
OrganizationWorkspacesPolicyJson Class
An organization workspace plicy
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonOrganizationWorkspacesPolicyJson

Namespace:  BlackBerry.Workspaces.Json
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public class OrganizationWorkspacesPolicyJson : BaseJson

The OrganizationWorkspacesPolicyJson type exposes the following members.

Constructors
  NameDescription
Public methodOrganizationWorkspacesPolicyJson
Initializes a new instance of the OrganizationWorkspacesPolicyJson class
Top
Properties
  NameDescription
Public propertyAllowEditDescription
Allow edit description
Public propertyAllowNonControllableFileTypes
Flag indicating that non-controllable file types are permitted. These are files that are not Word, Excel or PDF.
Public propertyAllowPrintingToPdf
Flag indicating that printing to PDF is permitted
Public propertyDisableCurtain
Flag indicating that curtain is disabled.
Public propertyDisablePasscodeLock
Flag indicating that passcode lock on disabled.
Public propertyEnableReadConfirmation
is enable read confirmation
Public propertyLogAccessActionsToFiles
Log access actions to files
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyProtectImagesInWorkspaces
Protect images in workspaces
Public propertyReadConfirmByDefault
is request read confirmation is the default for for the sender
Public propertySupportedTypes
File types that are supported in this organization
Public propertyUseAutoComplete
Use auto complete
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts the object into a JSON string.
(Inherited from BaseJson.)
Top
See Also