BaseMoveCopyItemType
extends BaseRequestType
in package
Base class for item copy and move operations.
Table of Contents
Properties
- $ItemIds : NonEmptyArrayOfBaseItemIdsType
- Contains an array of identified items to copy or move to the folder represented by the ToFolderId element.
- $ReturnNewItemIds : bool
- Indicates whether the item identifiers of new items are returned in the response.
- $ToFolderId : TargetFolderIdType
- Represents the destination folder for the items.
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
$ItemIds
Contains an array of identified items to copy or move to the folder represented by the ToFolderId element.
public
NonEmptyArrayOfBaseItemIdsType
$ItemIds
Tags
$ReturnNewItemIds
Indicates whether the item identifiers of new items are returned in the response.
public
bool
$ReturnNewItemIds
Tags
$ToFolderId
Represents the destination folder for the items.
public
TargetFolderIdType
$ToFolderId
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