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