name Property

Summary

Optional name of the document.

Syntax

JavaScript Syntax
Object.defineProperty(LoadDocumentOptions.prototype, 'name', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
name: string; 

Property Value

The optional name of the document.

Remarks

Name is not used in any special way by the Documents library. This can be set to any value to indicate for example a database field or friendly name of this document.

This value is set to Name when the document is loaded successfully.

If this value is null, then Name will be set from the file name with extension of the original document file name or URL.

Example

For an example, refer to DocumentFactory.LoadFromUri.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly