ASPxClientFileManager.GetCurrentFolderId Method
In This Article
Gets the current folder’s ID.
#Declaration
TypeScript
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