publicmodules_ajaxform
The following operations are supported.
- CheckforDuplicateComponentGroup
- MoveCatUpDown
- IndexValues
- CallAbandonSession
- TrackContent
- DownLoadContent
- UpdateSessionValues
- AssignAds
- SetComplete
- CreateRoom
- SetCompLocaleInSession
- WindowHandlers
- ChangeItemDisplayOrder
- UpdateUserTheme
- RedirectToDetailsPage
- InitialiseTracking
- RemoveFolder
- ChangeReport
- MoveContUpDown
- ATEPostQuestion
- ClearSessions
- LinkMoveUpDown
- PerformActionOnUserList
- SetLocaleInSession
- SetMediaItemsStatus
- RedirectToHomeFromDC
- PublishToDeliveryPortal
- RedirectToCatalog
- MarkContStatus
Test obtaining a client-side proxy object to the server-side methods:
Developed by Thycotic Software Ltd
Example code to create a Remote Scripting Method:
[RemoteScriptingMethod(Description="Converts a string to all uppercase.")]
public virtual string ToUpperCase(string s)
{
return s.ToUpper();
}