Skip to main content
A newer version of this page is available. .

ASPxClientFileManagerFile Class

Represents the client-side equivalent of the FileManagerFile object.

Declaration

declare class ASPxClientFileManagerFile extends ASPxClientFileManagerItem

Remarks

The ASPxClientFileManagerFile object represents a client file, that corresponds to a particular file within ASPxFileManager control. The file’s name can be obtained via the ASPxClientFileManagerItem.name property. To get the full name of a file use, the ASPxClientFileManagerItem.GetFullName property.

A currently selected client file can be accessed by using the ASPxClientFileManager.GetSelectedFile method.

Inheritance

ASPxClientFileManagerItem
ASPxClientFileManagerFile
See Also