AttachmentIdType
extends RequestAttachmentIdType
in package
Identifies an item or file attachment.
Table of Contents
Properties
- $Id : string
- Specifies the attachment identifier.
- $RootItemChangeKey : string
- Identifies the unique identifier of the root store item to which the attachment is attached.
- $RootItemId : string
- Identifies the change key of the root store item to which the attachment is attached.
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
$Id
Specifies the attachment identifier.
public
string
$Id
Tags
$RootItemChangeKey
Identifies the unique identifier of the root store item to which the attachment is attached.
public
string
$RootItemChangeKey
Tags
$RootItemId
Identifies the change key of the root store item to which the attachment is attached.
public
string
$RootItemId
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