Method | Description | |
---|---|---|
OnErrorsReported ( string applicationName ) : void | ||
OnPermissionsUpdated ( string applicationName, string userID, ExtendedPermissions permissions ) : void |
|
|
OnUserUpdated ( string applicationName, string userID, string updatedProperties ) : void |
Called when a User object is updated.
|
Method | Description | |
---|---|---|
Handler ( string challenge, string verify_token, object content, string applicationName ) : System.Web.Mvc.ActionResult |
protected OnErrorsReported ( string applicationName ) : void | ||
applicationName | string | |
return | void |
protected OnPermissionsUpdated ( string applicationName, string userID, ExtendedPermissions permissions ) : void | ||
applicationName | string | |
userID | string | |
permissions | ExtendedPermissions | |
return | void |
protected OnUserUpdated ( string applicationName, string userID, string updatedProperties ) : void | ||
applicationName | string | The name of the application, determined by the routing properties. |
userID | string | The ID of the user who was updated. |
updatedProperties | string | A list of properties that were updated for the user. |
return | void |