Click or drag to resize
UnauthDocumentInfoJson Class
Details used when opening a file
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonUnauthDocumentInfoJson

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

The UnauthDocumentInfoJson type exposes the following members.

Constructors
  NameDescription
Public methodUnauthDocumentInfoJson
Initializes a new instance of the UnauthDocumentInfoJson class
Top
Properties
  NameDescription
Public propertyBottomWaterMark
Bottom watermark
Public propertyCanCopy
Can copy
Public propertyCanDownloadOriginal
Can download the original
Public propertyCanForward
Can forward
Public propertyCanPrint
Can print
Public propertyCurtainLowerFirstMessage
Curtain lower first message
Public propertyCurtainLowerSecondMessage
Curtain lower second message
Public propertyCurtainUpperMessage
Curtain upper message
Public propertyDownloadOriginalURL
Download original URL
Public propertyInfoTextHtml
Informational text
Public propertyJavaPrintingUrl
Java printing URL
Public propertyLayoutMode
Layout mode
Public propertyLogoPath
Logo path
Public propertyMiddleWaterMark
Middle watermark
Public propertyNextButton
Next button
Public propertyNoCurtain
No curtain
Public propertyNoPdfPrinters
No PDF printers
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyPreview
Preview
Public propertySealedDocURL
Sealed file URL
Public propertyShowDownloadForPrinting
Show download for printing
Public propertySignature
Signature
Public propertySimplyShared
Is simply shared
Public propertySpotlight
Use spotlight
Public propertyTopWaterMark
Top watermark
Public propertyViewerKey
Viewer key
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