initCMSSessionBurstDocumentEvent(typeArg, canBubbleArg, cancelableArg, canOverrideArg, topLevelNameArg, folderLogicalIdArg, documentArg, flagsArg)
|
|
Parameters
|
StringtypeArg
Specifies the event type.
booleancanBubbleArg
Specifies whether or not the event can bubble.
booleancancelableArg
Specifies whether or not the event's default action can be prevented.
booleancanOverrideArg
If true, then, for the CMSSessionBurstDocument event, the event handler can override the values in the topLevelName and folderLogicalId properties.
StringtopLevelNameArg
Name of the repository object.
StringfolderLogicalIdArg
Represents the parent folder for the new object.
DocumentdocumentArg
Represents a full path to a resource (file or HTTP) accessible from the client.
intflagsArg
Represents an adapter-specific format specification.
|
Returns
|
void
|