CreateFolderPathType
extends BaseRequestType
in package
Represents a request to create a folder path.
Table of Contents
Properties
- $ParentFolderId : TargetFolderIdType
- Identifies the folder in which a new folder is created.
- $RelativeFolderPath : NonEmptyArrayOfFoldersType
- Contains an array of folders that indicate the relative folder path of the folder path to be created.
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
$ParentFolderId
Identifies the folder in which a new folder is created.
public
TargetFolderIdType
$ParentFolderId
Tags
$RelativeFolderPath
Contains an array of folders that indicate the relative folder path of the folder path to be created.
public
NonEmptyArrayOfFoldersType
$RelativeFolderPath
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