ASPxClientFileManagerCurrentFolderChangedEventArgs.fullName Property
In This Article
Gets the full name of the folder currently being processed.
#Declaration
TypeScript
fullName: string
#Property Value
Type | Description |
---|---|
string | A string value that is the folder’s full name. |
#Remarks
The fullName property returns the full name of the folder currently being processed. The full name includes the folder’s location path (from the root folder) and the folder’s name.
See Also