Click or drag to resize
OrganizationPolicyJson Class
An organizational policy
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonOrganizationPolicyJson

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

The OrganizationPolicyJson type exposes the following members.

Constructors
  NameDescription
Public methodOrganizationPolicyJson
Initializes a new instance of the OrganizationPolicyJson class
Top
Properties
  NameDescription
Public propertyAllowAdvancedPrinting
Public propertyAllowDownloadOriginal
Is allowed to download the original
Public propertyAllowDownloadProtected
Is allowed to down load protected
Public propertyAllowedMultiIpRanges
Public propertyAllowLockingDocuments
Allow locking files
Public propertyAllowMobileAndroid
Is android allowed
Public propertyAllowMobileBlackberry
Is BlackBerry allowed
Public propertyAllowMobileIos
Is iOS allowed
Public propertyAllowMobileWindowsMobile
Is Windows mobile allowed
Public propertyAllowOpenOriginalsInOtherApps
Allow ability to open original in other applications
Public propertyAllowOpenUnsupportedInOtherApps
Auto complete allowed to all
Public propertyAllowTrackingFromMicrosoftOfficeDocuments
Allow tracking from Microsoft Office files
Public propertyAutoCompleteAllowToAll
Auto complete allowed to all
Public propertyBlockNonProvisionedUsers
Block non-provisioned users
Public propertyCommentsDefaultValue
Public propertyDefaultAddGroupsAsDefaultEntity
Default add groups as default entity
Public propertyDefaultChangeGroupsToAllDocs
Default chagne groups to all files
Public propertyDeleteFromDisk
Enable delete from disk
Public propertyDisplayCommentContent
Public propertyDownloadBandwidthLimit
Download bandwidth limit
Public propertyEnableBandwidthLimit
Enable bandwidth limit
Public propertyEnableCloudStorageWorkspaces
Enable cloud storage workspaces
Public propertyEnableComments
Public propertyEnableEmailInjector
Enable email injector
Public propertyEnableEmailProtector
Enable email protector
Public propertyEnableFetchMembers
Public propertyEnableOnlineViewerForUnsupportedBrowsers Obsolete.
Enable online viewer for unsupported browsers
Public propertyEnablePushNotifications
Enable organization push notifications
Public propertyEnableRmsSealing
Enable RMS sealing
Public propertyEnableSalesForce
Enable SalesForce
Public propertyEnableSharingWithoutEmailNotification
Enable sharing without email notification
Public propertyEnableWivi
Enable Wivi
Public propertyEnableWopi
Enable wopi
Public propertyForcePinWorkspaces
Public propertyGlobalDownloadControlled
Global download controlled
Public propertyIsAllowedToShareAnnotationsWithAllWorkspaceGroups
Is allowed to share annotations with all workspace groups
Public propertyIsAllowedToShareAnnotationsWithSelectedGroups
Is allowed to share annotations with selecte groups
Public propertyIsAllowedToShareAnnotationsWithUsersManually
Is allowed to share annotations with users manually
Public propertyIsAllowedToShareAnnotationsWithWorkspaceAdmins
Is allowed to share annotations with workspace administrators
Public propertyIsAllowedToShareDocumentsWithAllWorkspaceGroups
Is allowed to share files with all workspace groups
Public propertyIsAllowedToShareDocumentsWithSelectedGroups
Is allowed to share files with selected groups
Public propertyIsAllowedToShareDocumentsWithUsersManually
Is allowed to share files with users manually
Public propertyIsAllowedToShareDocumentsWithWorkspaceAdmins
Is allowed to share files with workspace administartors
Public propertyIsDisableOnBehalfOfForAllOutgoingEmails
Allows to disable "on behalf" for outgoing emails.
Public propertyLicenseHoursValid
License hours valid
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertySendDailyActivityEmail
Public propertySendMissingSetupNotificationEmails
Public propertySendWeeklyInternalDomainLicensingReport
control weekly-auto-sending of Internal Domain licensing report
Public propertySendWeeklyLicensingReport
control weekly-auto-sending of licensing report
Public propertyShareFilesWithNotificationByDefault
Share files with notification by default
Public propertyUploadBandwidthLimit
Upload bandwidth limit
Public propertyUseAutoComplete
User auto complete
Public propertyWopiDiscoveryUrl
Wopi discovery URL
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