SkyVaultPermissions
This section describes the SkyVaultPermissions class.
The SkyVaultPermissions class represents permissions on an repository node.
Class declaration
@interface SkyVaultPermissions : NSObject
Properties
Property | Description |
---|---|
@property (nonatomic, assign, readonly) BOOL canEdit | Returns true if the current user can update the node. |
@property (nonatomic, assign, readonly) BOOL canDelete | Returns true if the current user can delete the node. |
@property (nonatomic, assign, readonly) BOOL canAddChildren | Returns true if the current user can add children to the node. |
@property (nonatomic, assign, readonly) BOOL canComment | Returns true if the current user can comment on the node. |