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

ASPxClientFileManagerItem.GetFullName Method

Gets the current item’s full name with the specified settings.

Declaration

GetFullName(
    separator?: string,
    skipRootFolder?: boolean
): string

Parameters

Name Type Description
separator string

A string value that specifies the separator between the folder name inside the item’s full name.

skipRootFolder boolean

true, to skip the root folder; otherwise, false.

Returns

Type Description
string

A string value that is the full name of an item.

Remarks

Use the GetFullName method to get the full name of an item (file or folder) with the specified separator and skipped root folder. You can get the full name of an item with a root folder or the name with the default separator (“"), using the method with the corresponding parameters.

See Also