Click or drag to resize
ActivityLogRecordJson Class
A single record the represents an activity of a user on a file used in reports
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonActivityLogRecordJson

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

The ActivityLogRecordJson type exposes the following members.

Constructors
  NameDescription
Public methodActivityLogRecordJson
Initializes a new instance of the ActivityLogRecordJson class
Top
Properties
  NameDescription
Public propertyActionType
Public propertyActivity
Different activities of the file: added recipients, opened, etc.
Public propertyCoordinates
Location coordinates [optional]
Public propertyDetails
Detail of the activity [optional]
Public propertyDevice
Device name where activity was performed [optional]
Public propertyDocumentUuid
the file UUID
Public propertyEmail
User's email
Public propertyIp
IP of activity
Public propertyLocation
Location of activity: city, country [optional]
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyOwnerEmail
Public propertyOwnerName
Public propertyTime
Time of activity
Public propertyUser
User's name (me in case of the owner)
Public propertyVersionUuid
the version UUID
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