DOMFile

From Virtual World Web Wiki
Jump to: navigation, search

Represents an object that can be interacted with to download a file.

Remarks [edit]

Constructors

DOMFile()
Constructs a new DOMFile with default settings
DOMFile(DOMObject[] children)
Constructs a new DOMFile, adding children at the same time
DOMFile(string title, DOMObject[] children)
Constructs a new DOMFile, setting a title and adding children at the same time