ASPxClientFileManager.GetCurrentFolderId Method
Gets the current folder’s ID.
Declaration
GetCurrentFolderId(): string
Returns
Type | Description |
---|---|
string | A String value that is the ID of the folder. |
Remarks
Use the GetCurrentFolderId method to get the folder’s FileManagerItem.Id property value on the client side.
See Also