BasePermissionType
        
        extends Type
    
    
            
            in package
            
        
    
    
    
AbstractYes
Base class for permission types.
Table of Contents
Properties
- $CanCreateItems : bool
- Indicates whether a user has permission to create items in a folder.
- $CanCreateSubFolders : bool
- Indicates whether a user has permission to create subfolders in a folder.
- $DeleteItems : string
- Indicates whether a user has permission to delete items in a folder.
- $EditItems : string
- Indicates whether a user has permission to edit items in a folder.
- $IsFolderContact : bool
- Indicates whether a user is a contact for a folder.
- $IsFolderOwner : bool
- Indicates whether a user is the owner of a folder.
- $IsFolderVisible : bool
- Indicates whether a user can view a folder.
- $UserId : UserIdType
- Identifies a delegate user or a user who has folders access permissions.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$CanCreateItems
Indicates whether a user has permission to create items in a folder.
    public
        bool
    $CanCreateItems
    
    
    
    
    Tags
$CanCreateSubFolders
Indicates whether a user has permission to create subfolders in a folder.
    public
        bool
    $CanCreateSubFolders
    
    
    
    
    Tags
$DeleteItems
Indicates whether a user has permission to delete items in a folder.
    public
        string
    $DeleteItems
    
    
    
    
    Tags
$EditItems
Indicates whether a user has permission to edit items in a folder.
    public
        string
    $EditItems
    
    
    
    
    Tags
$IsFolderContact
Indicates whether a user is a contact for a folder.
    public
        bool
    $IsFolderContact
    
    
    
    
    Tags
$IsFolderOwner
Indicates whether a user is the owner of a folder.
    public
        bool
    $IsFolderOwner
    
    
    
    
    Tags
$IsFolderVisible
Indicates whether a user can view a folder.
    public
        bool
    $IsFolderVisible
    
    
    
    
    Tags
$UserId
Identifies a delegate user or a user who has folders access permissions.
    public
        UserIdType
    $UserId
    
    
    
    
    Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
    public
                    __clone() : mixed