Skip to main content

constructor(fullName, name, isFolder) Constructor

Initializes a new instance of the ASPxClientFileManagerItemEditingEventArgs object with the specified parameters.

Declaration

constructor(
    fullName: string,
    name: string,
    isFolder: boolean
)

Parameters

Name Type Description
fullName string

A string value that is the folder’s full name.

name string

A string value that specifies the item’s name.

isFolder boolean

true if the current item is a folder; false if the current item is a file.

See Also