CorePlugin Methods

MCManager API

The CorePlugin type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnAfterStream
Gets called after data was streamed to client.
(Inherited from Plugin.)
OnAfterUpload
Gets called before data is streamed/uploaded from client.
(Inherited from Plugin.)
OnAuthenticate
Gets called on a authenication request. This method should check sessions or simmilar to verify that the user has access to the backend. This method should return true if the current request is authenicated or false if it's not.
(Inherited from Plugin.)
OnBeforeFileAction
Gets called before a file action occurs for example before a rename or copy.
(Inherited from Plugin.)
OnBeforeRPC
Gets called before a RPC command is handled.
(Inherited from Plugin.)
OnBeforeStream
Gets called before data is streamed to client.
(Inherited from Plugin.)
OnBeforeUpload
Gets called before data is streamed/uploaded from client.
(Inherited from Plugin.)
OnCustomInfo
Gets called when custom data is to be added for a file custom data can for example be plugin specific name value items that should get added into a file listning.
(Inherited from Plugin.)
OnFileAction
Gets called after a file action was perforem for example after a rename or copy.
(Inherited from Plugin.)
OnInit
(Overrides Plugin..::.OnInit(ManagerEngine).)
OnInsertFile
Gets called when the user selects a file and inserts it into TinyMCE or a form or similar.
(Inherited from Plugin.)
OnLogin
Gets called when a user has logged in to the system. This event should be dispatched from the login page. These events is not fired internaly and should be fired/dispatched externally.
(Inherited from Plugin.)
OnLogout
Gets called when a user has logged out from the system. This event should be dispatched from the logout page. These events is not fired internaly and should be fired/dispatched externally.
(Inherited from Plugin.)
OnPreInit
Gets called before the ManagerEngine is initialized. This method can setup config and language pack data based on the prefix.
(Inherited from Plugin.)
OnRPC
(Overrides Plugin..::.OnRPC(ManagerEngine, String, Hashtable).)
OnStream
(Overrides Plugin..::.OnStream(ManagerEngine, String, NameValueCollection).)
OnUpload
(Overrides Plugin..::.OnUpload(ManagerEngine, String, NameValueCollection).)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also