Click or drag to resize
AggregatedPermissionTemplateJson Class
Request aggregated permission details.
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonAggregatedPermissionTemplateJson

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

The AggregatedPermissionTemplateJson type exposes the following members.

Constructors
  NameDescription
Public methodAggregatedPermissionTemplateJson
Initializes a new instance of the AggregatedPermissionTemplateJson class
Top
Properties
  NameDescription
Public propertyCanCopy
TRUE if this can be copied
Public propertyCanDownloadOriginal
TRUE if the original can be downloaded
Public propertyCanDownloadProtected
TRUE if the a protected version can be downloaded
Public propertyCanEdit
TRUE if this can be edited
Public propertyCanPrint
TRUE if this can be printed
Public propertyIsComment
TRUE if allow comment
Public propertyIsProgrammaticAccess
TRUE if programmatic access
Public propertyIsSpotlight
TRUE if this uses spotlight
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyTemplateDisplayedName
Display name of the template
Public propertyTemplateName
Name of the template
Public propertyTemplateType
Type of template
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