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