Property | Type | Description | |
---|---|---|---|
LoadOverrideDocument | |||
RemoveThemeCss | void | ||
UpdateThemeCss | void | ||
UploadToApplication | void |
Method | Description | |
---|---|---|
GetCallbackUrl ( string uploaderId, string clientID, System.Guid applicationTypeId, System.Guid containerTypeId, System.Guid contentTypeId, string authorizationId, IList |
||
Initialize ( ) : void | ||
Install ( System.Version lastInstalledVersion ) : void |
|
|
ProcessRequest ( System.Web.HttpContextBase context ) : void | ||
SetController ( IHttpCallbackController controller ) : void | ||
Uninstall ( ) : void | ||
Update ( IPluginConfiguration configuration ) : void |
Method | Description | |
---|---|---|
LoadOverrideDocument ( string root, string &comOverride ) : |
||
RemoveThemeCss ( ) : void | ||
UpdateThemeCss ( string getString ) : void | ||
UploadToApplication ( System.Web.HttpContextBase context, System.Web.HttpPostedFileBase uploadedFile, string jsonId, int defaultHeight, int defaultWidth, StringBuilder returnString ) : void |
public GetCallbackUrl ( string uploaderId, string clientID, System.Guid applicationTypeId, System.Guid containerTypeId, System.Guid contentTypeId, string authorizationId, IList |
||
uploaderId | string | |
clientID | string | |
applicationTypeId | System.Guid | |
containerTypeId | System.Guid | |
contentTypeId | System.Guid | |
authorizationId | string | |
list | IList |
|
return | string |
public Install ( System.Version lastInstalledVersion ) : void | ||
lastInstalledVersion | System.Version | |
return | void |
public ProcessRequest ( System.Web.HttpContextBase context ) : void | ||
context | System.Web.HttpContextBase | |
return | void |
public SetController ( IHttpCallbackController controller ) : void | ||
controller | IHttpCallbackController | |
return | void |
public Update ( IPluginConfiguration configuration ) : void | ||
configuration | IPluginConfiguration | |
return | void |