WebFileInfoJS Constructor(string,string)
В этом разделе
Initializes a new instance of the
WebFileInfoJS class.
Синтаксис
// Parameters
var id; // Type: string
var password; // Type: string
var documentLayoutSettings; // Type: WebDocumentLayoutSettingsJS
var instance = new Vintasoft.Shared.WebFileInfoJS(id, password, documentLayoutSettings);
function WebFileInfoJS(
: string,
: string
) : WebFileInfoJS;
Parameters
- id
- A string, which represents a file identifier.
- password
- A string, which represents a file password.
Смотрите также