IPWorks Cloud 2020 macOS Edition

Questions / Feedback?

ShareFilePermission Type

ShareFile permission type.

Remarks

Represents a ShareFile permission. Permissions are folder specific and are not on a per item/file basis.

Fields

canDelete
Bool

If the user can delete the item or from the item.

This property defines whether the user can remove items from the item. To modify this property see UpdatePermission.

canDownload
Bool

If the user can read file content or download the item or from the item.

This property defines whether the user can download or read from the item. To modify this property see UpdatePermission.

canManagePermissions
Bool

If the user can configure Access Controls in the item.

This property defines whether the user can configure Access Controls for the item. To modify this property see UpdatePermission.

canUpload
Bool

Whether the user can upload files to the item.

This property defines whether the user can upload files to the item. To modify this property see UpdatePermission.

canView
Bool

If the user can view items from the item.

This property defines whether the user can view items from this item. To modify this property see UpdatePermission.

folderId
String

The item id for the folder whose permissions are being defined.

This property specifies the item id for the folder whose permissions are being defined. It is required for this id to be of a folder type.

isOwner
Bool

If the user is the owner.

This property specifies if the user specified by the UserId property is the owner of the item specified by the FolderId property.

notifyOnDownload
Bool

If the user is notified when the an item is downloaded from the folder.

This property specifies if the user will be notified if an item is downloaded from the folder. To modify this property see UpdatePermission.

notifyOnUpload
Bool

If the user is notified when the an item is uploaded to the folder.

This property specifies if the user will be notified if an item is uploaded to the folder. To modify this property see UpdatePermission.

userId
String

The user's ShareFile id.

This property specifies the user's user id that the permission is for.

Constructors

public init()

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 macOS Edition - Version 20.0 [Build 8265]