ArchiveItemType
extends BaseRequestType
in package
Defines the source folder Id and an array of item Ids for the associated archive item.
Table of Contents
Properties
- $ArchiveSourceFolderId : TargetFolderIdType
- Specifies the Id of the source folder for the archive item.
- $ItemIds : NonEmptyArrayOfBaseItemIdsType
- Contains the unique identities of items to archive.
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
$ArchiveSourceFolderId
Specifies the Id of the source folder for the archive item.
public
TargetFolderIdType
$ArchiveSourceFolderId
Tags
$ItemIds
Contains the unique identities of items to archive.
public
NonEmptyArrayOfBaseItemIdsType
$ItemIds
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