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