|
initCMSSessionFileEvent(typeArg, canBubbleArg, cancelableArg, logicalIdArg, localPathArg, notationArg,objectNameArg, folderLogicalIdArg )
|
|
|
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.
String logicalIdArg
Represents the logicalId of the object being accessed.
String localPathArg
Represents a full path to a resource (file or HTTP) accessible from the client.
String notationArg
Represents an adapter-specific format specification.
String objectNameArg
Name of the repository object.
String folderLogicalIdArg
Represents the parent folder for the new object.
|
|
Returns
|
void
|