Namespace: Sharing

OCA.Sharing

Classes

FileList

Namespaces

App
PublicApp
Util

Members

(static) $el :OC.Share.ShareItemModel

Type:
  • OC.Share.ShareItemModel
Source:

(static) $el :OC.Share.ShareItemModel

Type:
  • OC.Share.ShareItemModel
Source:

(static) $el :OC.Share.ShareItemModel

Type:
  • OC.Share.ShareItemModel
Source:

(static) $el :OC.Share.ShareItemModel

Type:
  • OC.Share.ShareItemModel
Source:

(static) $el :OC.Share.ShareItemModel

Type:
  • OC.Share.ShareItemModel
Source:

(static) ShareTabView

Source:

Methods

(static) showAddExternalDialog(remote, owner, name, token, passwordProtected)

Shows "add external share" dialog.
Parameters:
Name Type Description
remote String remote server URL
owner String owner name
name String name of the shared folder
token String authentication token
passwordProtected bool true if the share is password protected
Source:

Type Definitions

SharedFileInfo

Shared file info attributes.
Type:
  • OCA.Files.FileInfo
Properties:
Name Type Description
shares Array.<OCA.Sharing.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)
recipientsDisplayName String display name
Source:

ShareInfo

Share info attributes.
Type:
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)
Source: