Skip to main content

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

NameDescription
ASuffixSpecifies 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

NameDescription
ANodeAn IndexDocument XML node.

Methods

CreateNode

function CreateNode(const AParentNode: IXMLNode): IXMLNode;

Create an XML representation.

Parameters

NameDescription
AParentNodeA parent XML node.

Returns

An IndexDocument XML node.