Bnum

Classes

FileList

Namespaces

App

Type Definitions

RecipientInfo

Recipient attributes
Properties:
Name Type Description
shareWith String the id of the recipient
shareWithDisplayName String the display name of the recipient

ShareInfo

Share info attributes.
Properties:
Name Type Attributes Description
id int share ID
type int share type
target String share target, either user name or group name
stime int share timestamp in milliseconds
targetDisplayName String <optional>
display name of the recipient (only when shared with others)
targetShareWithId String <optional>
id of the recipient

SharedFileInfo

Shared file info attributes.
Properties:
Name Type Description
shares Array:.<OCA.Bnum.ShareInfo:> array of shares for this file
mtime int most recent share time (if multiple shares)
shareOwner String name of the share owner
recipients Array:.<String:> name of the first 4 recipients (this is mostly for display purposes)
recipientData Object:.<OCA.Bnum.RecipientInfo:> (as object for easier passing to HTML data attributes with jQuery)