ManagedFolderInformationType
extends Type
in package
Compound property for Managed Folder related information for Managed Folders.
Table of Contents
Properties
- $CanDelete : bool
- Indicates whether a managed folder can be deleted by a customer.
- $CanRenameOrMove : bool
- Indicates whether a given managed folder can be renamed or moved by the customer.
- $Comment : string
- Contains the comment that is associated with a managed folder.
- $FolderSize : int
- Describes the total size of all the contents of a managed folder.
- $HasQuota : bool
- Indicates whether the managed folder has a quota.
- $HomePage : string
- Specifies the URL that will be the default home page for the managed folder.
- $IsManagedFoldersRoot : bool
- Indicates whether the managed folder is the root for all managed folders.
- $ManagedFolderId : string
- Contains the folder ID of the managed folder.
- $MustDisplayComment : bool
- Indicates whether the managed folder comment must be displayed.
- $StorageQuota : int
- Describes the storage quota for the managed folder.
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
$CanDelete
Indicates whether a managed folder can be deleted by a customer.
public
bool
$CanDelete
Tags
$CanRenameOrMove
Indicates whether a given managed folder can be renamed or moved by the customer.
public
bool
$CanRenameOrMove
Tags
$Comment
Contains the comment that is associated with a managed folder.
public
string
$Comment
Tags
$FolderSize
Describes the total size of all the contents of a managed folder.
public
int
$FolderSize
Tags
$HasQuota
Indicates whether the managed folder has a quota.
public
bool
$HasQuota
Tags
$HomePage
Specifies the URL that will be the default home page for the managed folder.
public
string
$HomePage
Tags
$IsManagedFoldersRoot
Indicates whether the managed folder is the root for all managed folders.
public
bool
$IsManagedFoldersRoot
Tags
$ManagedFolderId
Contains the folder ID of the managed folder.
public
string
$ManagedFolderId
Tags
$MustDisplayComment
Indicates whether the managed folder comment must be displayed.
public
bool
$MustDisplayComment
Tags
$StorageQuota
Describes the storage quota for the managed folder.
public
int
$StorageQuota
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