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

constructor(fullName, name, isFolder) Constructor

Initializes a new instance of the ASPxClientFileManagerActionEventArgsBase class with the specified settings.

Declaration

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

Parameters

Name Type Description
fullName string

A string value that specifies the new full item’s name. Initializes the ASPxClientFileManagerActionEventArgsBase.fullName property.

name string

A string value that specifies the item’s name. Initializes the ASPxClientFileManagerActionEventArgsBase.name property.

isFolder boolean

true if the processed item is a folder; otherwise, false. Initializes the ASPxClientFileManagerActionEventArgsBase.isFolder property.

Remarks

For internal use only.

See Also