Sub Add( _ ByVal archivename As System.String, _ ByVal path As System.String, _ ByVal create As System.Boolean, _ ByVal filesizeInMB As System.UInteger, _ Optional ByVal datastoreName As System.String _ )
void Add( System.string archivename, System.string path, System.bool create, System.uint filesizeInMB, System.string datastoreName )
void Add( System.String^ archivename, System.String^ path, System.bool create, System.uint filesizeInMB, System.String^ datastoreName )
Parameters
- archivename
- A unique archive name.
- path
- Full path of the archive file.
- create
- Whether to create (true) or load an exisiting archive file (false).
- filesizeInMB
- Initial archive file size.
- datastoreName
- Name of the data store to add the file to.