EncryptedSharedFolderDataType
extends Type
in package
Represents the encrypted data that a client can use to authorize the sharing of its calendar or contact data with other clients.
Table of Contents
Properties
- $Data : string
- Contains encrypted data that represents the shared data.
- $Token : string
- Contains encrypted data that represents the identification token for the shared data.
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
$Data
Contains encrypted data that represents the shared data.
public
string
$Data
Tags
$Token
Contains encrypted data that represents the identification token for the shared data.
public
string
$Token
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