CalendarFolderType
extends BaseFolderType
in package
Represents a folder that primarily contains calendar items.
Table of Contents
Properties
- $ChildFolderCount : int
- Represents the number of child folders that are contained within a folder.
- $DisplayName : string
- Contains the display name of a folder.
- $EffectiveRights : EffectiveRightsType
- Contains the client's rights based on the permission settings for the item or folder.
- $ExtendedProperty : ExtendedPropertyType
- Identifies extended properties on folders.
- $FolderClass : string
- Represents the folder class for a given folder.
- $FolderId : FolderIdType
- Contains the identifier and change key of a folder.
- $ManagedFolderInformation : ManagedFolderInformationType
- Contains information about a managed folder.
- $ParentFolderId : FolderIdType
- Represents the identifier of the parent folder that contains the folder.
- $PermissionSet : CalendarPermissionSetType
- Contains all the configured permissions for a folder.
- $SharingEffectiveRights : string
- Indicates the permissions that the user has for the calendar data that is being shared.
- $TotalCount : int
- Represents the total count of items within a given 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
$ChildFolderCount
Represents the number of child folders that are contained within a folder.
public
int
$ChildFolderCount
This property is read-only.
Tags
$DisplayName
Contains the display name of a folder.
public
string
$DisplayName
Tags
$EffectiveRights
Contains the client's rights based on the permission settings for the item or folder.
public
EffectiveRightsType
$EffectiveRights
This element is read-only.
Tags
$ExtendedProperty
Identifies extended properties on folders.
public
ExtendedPropertyType
$ExtendedProperty
Tags
$FolderClass
Represents the folder class for a given folder.
public
string
$FolderClass
Tags
$FolderId
Contains the identifier and change key of a folder.
public
FolderIdType
$FolderId
Tags
$ManagedFolderInformation
Contains information about a managed folder.
public
ManagedFolderInformationType
$ManagedFolderInformation
Tags
$ParentFolderId
Represents the identifier of the parent folder that contains the folder.
public
FolderIdType
$ParentFolderId
Tags
$PermissionSet
Contains all the configured permissions for a folder.
public
CalendarPermissionSetType
$PermissionSet
Tags
$SharingEffectiveRights
Indicates the permissions that the user has for the calendar data that is being shared.
public
string
$SharingEffectiveRights
Tags
$TotalCount
Represents the total count of items within a given folder.
public
int
$TotalCount
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