TS3IndexDocument
Class in AWS.S3
IndexDocument node class.
Ancestors
Properties
Suffix
property Suffix: string
Constructors
Create
constructor Create(const ASuffix: string); overload;
Constructor for TS3IndexDocument.
Parameters
| Name | Description |
|---|---|
ASuffix | Specifies a suffix that is appended to a request for a directory on the website endpoint (e.g. index.html). The suffix must not be empty and must not include a slash character. |
constructor Create(const ANode: IXMLNode); overload;
Constructor for TS3IndexDocument.
Parameters
| Name | Description |
|---|---|
ANode | An IndexDocument XML node. |
Methods
CreateNode
function CreateNode(const AParentNode: IXMLNode): IXMLNode;
Create an XML representation.
Parameters
| Name | Description |
|---|---|
AParentNode | A parent XML node. |
Returns
An IndexDocument XML node.