Type.registerNamespace('Web');
Web.PostMyStream=function() {
Web.PostMyStream.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Web.PostMyStream.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Web.PostMyStream._staticInstance.get_path();},
DeleteFile:function(sKey,sGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'DeleteFile',false,{sKey:sKey,sGUID:sGUID},succeededCallback,failedCallback,userContext); },
DeleteImage:function(sKey,sGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'DeleteImage',false,{sKey:sKey,sGUID:sGUID},succeededCallback,failedCallback,userContext); },
FlipImage:function(sKey,sGUID,bHorizontal,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="bHorizontal" type="Boolean">System.Boolean</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'FlipImage',false,{sKey:sKey,sGUID:sGUID,bHorizontal:bHorizontal},succeededCallback,failedCallback,userContext); },
GetImageFilterPropertiesForm:function(sID,succeededCallback, failedCallback, userContext) {
/// <param name="sID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetImageFilterPropertiesForm',false,{sID:sID},succeededCallback,failedCallback,userContext); },
ApplyImageFilter:function(sKey,sImageGUID,sFilter,sArg1,sArg2,sArg3,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sImageGUID" type="String">System.String</param>
/// <param name="sFilter" type="String">System.String</param>
/// <param name="sArg1" type="String">System.String</param>
/// <param name="sArg2" type="String">System.String</param>
/// <param name="sArg3" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'ApplyImageFilter',false,{sKey:sKey,sImageGUID:sImageGUID,sFilter:sFilter,sArg1:sArg1,sArg2:sArg2,sArg3:sArg3},succeededCallback,failedCallback,userContext); },
ApplyTempImageFilter:function(sKey,sTempFileGUID,sFilter,sArg1,sArg2,sArg3,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sTempFileGUID" type="String">System.String</param>
/// <param name="sFilter" type="String">System.String</param>
/// <param name="sArg1" type="String">System.String</param>
/// <param name="sArg2" type="String">System.String</param>
/// <param name="sArg3" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'ApplyTempImageFilter',false,{sKey:sKey,sTempFileGUID:sTempFileGUID,sFilter:sFilter,sArg1:sArg1,sArg2:sArg2,sArg3:sArg3},succeededCallback,failedCallback,userContext); },
ApplyImageCrop:function(sKey,sImageGUID,nX,nY,nWidth,nHeight,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sImageGUID" type="String">System.String</param>
/// <param name="nX" type="Number">System.Int32</param>
/// <param name="nY" type="Number">System.Int32</param>
/// <param name="nWidth" type="Number">System.Int32</param>
/// <param name="nHeight" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'ApplyImageCrop',false,{sKey:sKey,sImageGUID:sImageGUID,nX:nX,nY:nY,nWidth:nWidth,nHeight:nHeight},succeededCallback,failedCallback,userContext); },
ApplyTempImageCrop:function(sKey,sTempFileGUID,nX,nY,nWidth,nHeight,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sTempFileGUID" type="String">System.String</param>
/// <param name="nX" type="Number">System.Int32</param>
/// <param name="nY" type="Number">System.Int32</param>
/// <param name="nWidth" type="Number">System.Int32</param>
/// <param name="nHeight" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'ApplyTempImageCrop',false,{sKey:sKey,sTempFileGUID:sTempFileGUID,nX:nX,nY:nY,nWidth:nWidth,nHeight:nHeight},succeededCallback,failedCallback,userContext); },
SaveTempImageFile:function(sKey,guidTempFile,guidImage,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="guidTempFile" type="String">System.Guid</param>
/// <param name="guidImage" type="String">System.Guid</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'SaveTempImageFile',false,{sKey:sKey,guidTempFile:guidTempFile,guidImage:guidImage},succeededCallback,failedCallback,userContext); },
CreateContentLink:function(sKey,guidContent,sText,bReplaceExisting,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="guidContent" type="String">System.Guid</param>
/// <param name="sText" type="String">System.String</param>
/// <param name="bReplaceExisting" type="Boolean">System.Boolean</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'CreateContentLink',false,{sKey:sKey,guidContent:guidContent,sText:sText,bReplaceExisting:bReplaceExisting},succeededCallback,failedCallback,userContext); },
DeleteContentLink:function(sKey,guidContent,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="guidContent" type="String">System.Guid</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'DeleteContentLink',false,{sKey:sKey,guidContent:guidContent},succeededCallback,failedCallback,userContext); },
UpdatePostSecurity:function(sKey,guidPost,nType,guidFollowers,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="guidPost" type="String">System.Guid</param>
/// <param name="nType" type="Number">System.Int32</param>
/// <param name="guidFollowers" type="Array">System.Guid[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'UpdatePostSecurity',false,{sKey:sKey,guidPost:guidPost,nType:nType,guidFollowers:guidFollowers},succeededCallback,failedCallback,userContext); },
DeleteVideo:function(sKey,sGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'DeleteVideo',false,{sKey:sKey,sGUID:sGUID},succeededCallback,failedCallback,userContext); },
AddVideos:function(sKey,sGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'AddVideos',false,{sKey:sKey,sGUID:sGUID},succeededCallback,failedCallback,userContext); },
PostPhotosToFacebookAlbum:function(sKey,gPhotoPostGUID,sAlbumID,sUserID,sFBSessionKey,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="gPhotoPostGUID" type="String">System.Guid</param>
/// <param name="sAlbumID" type="String">System.String</param>
/// <param name="sUserID" type="String">System.String</param>
/// <param name="sFBSessionKey" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'PostPhotosToFacebookAlbum',false,{sKey:sKey,gPhotoPostGUID:gPhotoPostGUID,sAlbumID:sAlbumID,sUserID:sUserID,sFBSessionKey:sFBSessionKey},succeededCallback,failedCallback,userContext); },
ValidateUsername:function(sUsername,succeededCallback, failedCallback, userContext) {
/// <param name="sUsername" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'ValidateUsername',false,{sUsername:sUsername},succeededCallback,failedCallback,userContext); },
ValidateEmail:function(sEmail,succeededCallback, failedCallback, userContext) {
/// <param name="sEmail" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'ValidateEmail',false,{sEmail:sEmail},succeededCallback,failedCallback,userContext); },
SendPasswordEmail:function(sUser,succeededCallback, failedCallback, userContext) {
/// <param name="sUser" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'SendPasswordEmail',false,{sUser:sUser},succeededCallback,failedCallback,userContext); },
CheckStreamPassword:function(guid,sPW,succeededCallback, failedCallback, userContext) {
/// <param name="guid" type="String">System.Guid</param>
/// <param name="sPW" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'CheckStreamPassword',false,{guid:guid,sPW:sPW},succeededCallback,failedCallback,userContext); },
ClearStreamImage:function(sKey,streamGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="streamGUID" type="String">System.Guid</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'ClearStreamImage',false,{sKey:sKey,streamGUID:streamGUID},succeededCallback,failedCallback,userContext); },
SetStreamImageFromURL:function(sKey,gStream,sURL,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="gStream" type="String">System.Guid</param>
/// <param name="sURL" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'SetStreamImageFromURL',false,{sKey:sKey,gStream:gStream,sURL:sURL},succeededCallback,failedCallback,userContext); },
PostPhotosFromURLs:function(sKey,gStream,saURLs,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="gStream" type="String">System.Guid</param>
/// <param name="saURLs" type="Array">System.String[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'PostPhotosFromURLs',false,{sKey:sKey,gStream:gStream,saURLs:saURLs},succeededCallback,failedCallback,userContext); },
GetRoundedAndSquaredImageFromURL:function(sKey,sURL,nSize,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sURL" type="String">System.String</param>
/// <param name="nSize" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetRoundedAndSquaredImageFromURL',false,{sKey:sKey,sURL:sURL,nSize:nSize},succeededCallback,failedCallback,userContext); },
SetPendingCanPost:function(sKey,inviteGUID,bCanPost,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="inviteGUID" type="String">System.Guid</param>
/// <param name="bCanPost" type="Boolean">System.Boolean</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'SetPendingCanPost',false,{sKey:sKey,inviteGUID:inviteGUID,bCanPost:bCanPost},succeededCallback,failedCallback,userContext); },
ResendInvitation:function(sKey,inviteGUID,sFBAccessToken,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="inviteGUID" type="String">System.Guid</param>
/// <param name="sFBAccessToken" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'ResendInvitation',false,{sKey:sKey,inviteGUID:inviteGUID,sFBAccessToken:sFBAccessToken},succeededCallback,failedCallback,userContext); },
GetUserKey:function(sEmail,sPW,succeededCallback, failedCallback, userContext) {
/// <param name="sEmail" type="String">System.String</param>
/// <param name="sPW" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetUserKey',false,{sEmail:sEmail,sPW:sPW},succeededCallback,failedCallback,userContext); },
GetUserFromFBID:function(sKey,sFBID,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sFBID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetUserFromFBID',false,{sKey:sKey,sFBID:sFBID},succeededCallback,failedCallback,userContext); },
GetStreams:function(sKey,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetStreams',false,{sKey:sKey},succeededCallback,failedCallback,userContext); },
GetFollowedStreams:function(sKey,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetFollowedStreams',false,{sKey:sKey},succeededCallback,failedCallback,userContext); },
SaveStreamProperties:function(sKey,sGUID,sName,sKeywords,sDescription,nSecurity,nPosting,sPassword,sHiliteColor,sTitleColor,sTextColor,sDescriptionColor,sShadowColor,sBGColor,sFont,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="sName" type="String">System.String</param>
/// <param name="sKeywords" type="String">System.String</param>
/// <param name="sDescription" type="String">System.String</param>
/// <param name="nSecurity" type="Number">System.Int32</param>
/// <param name="nPosting" type="Number">System.Int32</param>
/// <param name="sPassword" type="String">System.String</param>
/// <param name="sHiliteColor" type="String">System.String</param>
/// <param name="sTitleColor" type="String">System.String</param>
/// <param name="sTextColor" type="String">System.String</param>
/// <param name="sDescriptionColor" type="String">System.String</param>
/// <param name="sShadowColor" type="String">System.String</param>
/// <param name="sBGColor" type="String">System.String</param>
/// <param name="sFont" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'SaveStreamProperties',false,{sKey:sKey,sGUID:sGUID,sName:sName,sKeywords:sKeywords,sDescription:sDescription,nSecurity:nSecurity,nPosting:nPosting,sPassword:sPassword,sHiliteColor:sHiliteColor,sTitleColor:sTitleColor,sTextColor:sTextColor,sDescriptionColor:sDescriptionColor,sShadowColor:sShadowColor,sBGColor:sBGColor,sFont:sFont},succeededCallback,failedCallback,userContext); },
GetStreamFollowers:function(sUserKey,sGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetStreamFollowers',false,{sUserKey:sUserKey,sGUID:sGUID},succeededCallback,failedCallback,userContext); },
GetInviteUsers:function(sUserKey,sStream,succeededCallback, failedCallback, userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetInviteUsers',false,{sUserKey:sUserKey,sStream:sStream},succeededCallback,failedCallback,userContext); },
GetUserFollowers:function(sUserKey,sGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetUserFollowers',false,{sUserKey:sUserKey,sGUID:sGUID},succeededCallback,failedCallback,userContext); },
DeleteStream:function(sUserKey,sGUID,sPW,succeededCallback, failedCallback, userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="sPW" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'DeleteStream',false,{sUserKey:sUserKey,sGUID:sGUID,sPW:sPW},succeededCallback,failedCallback,userContext); },
PostContent_Text:function(sUserKey,sGUID,sTitle,sText,sCollectionGUID,nSecurity,aFollowers,succeededCallback, failedCallback, userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="sTitle" type="String">System.String</param>
/// <param name="sText" type="String">System.String</param>
/// <param name="sCollectionGUID" type="String">System.String</param>
/// <param name="nSecurity" type="Number">System.Int32</param>
/// <param name="aFollowers" type="Array">System.Guid[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'PostContent_Text',false,{sUserKey:sUserKey,sGUID:sGUID,sTitle:sTitle,sText:sText,sCollectionGUID:sCollectionGUID,nSecurity:nSecurity,aFollowers:aFollowers},succeededCallback,failedCallback,userContext); },
RemoveAllUnpostedImages:function(sUserKey,sStream,succeededCallback, failedCallback, userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'RemoveAllUnpostedImages',false,{sUserKey:sUserKey,sStream:sStream},succeededCallback,failedCallback,userContext); },
RemoveUnpostedImages:function(sUserKey,sStream,saImages,succeededCallback, failedCallback, userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="saImages" type="Array">System.String[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'RemoveUnpostedImages',false,{sUserKey:sUserKey,sStream:sStream,saImages:saImages},succeededCallback,failedCallback,userContext); },
PostImages:function(sKey,sStream,sTitle,sDescription,sCollectionGUID,nSecurity,aFollowers,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="sTitle" type="String">System.String</param>
/// <param name="sDescription" type="String">System.String</param>
/// <param name="sCollectionGUID" type="String">System.String</param>
/// <param name="nSecurity" type="Number">System.Int32</param>
/// <param name="aFollowers" type="Array">System.Guid[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'PostImages',false,{sKey:sKey,sStream:sStream,sTitle:sTitle,sDescription:sDescription,sCollectionGUID:sCollectionGUID,nSecurity:nSecurity,aFollowers:aFollowers},succeededCallback,failedCallback,userContext); },
ValidateStreamInvitationEmail:function(sKey,streamGUID,sEmail,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="streamGUID" type="String">System.Guid</param>
/// <param name="sEmail" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'ValidateStreamInvitationEmail',false,{sKey:sKey,streamGUID:streamGUID,sEmail:sEmail},succeededCallback,failedCallback,userContext); },
AddStreamInvitation:function(sKey,sSearch,bCanPost,sStream,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sSearch" type="String">System.String</param>
/// <param name="bCanPost" type="Boolean">System.Boolean</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'AddStreamInvitation',false,{sKey:sKey,sSearch:sSearch,bCanPost:bCanPost,sStream:sStream},succeededCallback,failedCallback,userContext); },
RemoveStreamInvitation:function(sUserKey,sStreamGUID,sInviteGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStreamGUID" type="String">System.String</param>
/// <param name="sInviteGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'RemoveStreamInvitation',false,{sUserKey:sUserKey,sStreamGUID:sStreamGUID,sInviteGUID:sInviteGUID},succeededCallback,failedCallback,userContext); },
RemoveStreamInvitations:function(sUserKey,sFBToken,guidStream,guidInvites,bNotify,succeededCallback, failedCallback, userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sFBToken" type="String">System.String</param>
/// <param name="guidStream" type="String">System.Guid</param>
/// <param name="guidInvites" type="Array">System.Guid[]</param>
/// <param name="bNotify" type="Boolean">System.Boolean</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'RemoveStreamInvitations',false,{sUserKey:sUserKey,sFBToken:sFBToken,guidStream:guidStream,guidInvites:guidInvites,bNotify:bNotify},succeededCallback,failedCallback,userContext); },
ClearUnsentStreamInvitations:function(sUserKey,sStreamGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStreamGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'ClearUnsentStreamInvitations',false,{sUserKey:sUserKey,sStreamGUID:sStreamGUID},succeededCallback,failedCallback,userContext); },
SendStreamInvitations:function(sUserKey,sFBAuthToken,sStreamGUID,saInvitesThatCanPost,succeededCallback, failedCallback, userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sFBAuthToken" type="String">System.String</param>
/// <param name="sStreamGUID" type="String">System.String</param>
/// <param name="saInvitesThatCanPost" type="Array">System.String[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'SendStreamInvitations',false,{sUserKey:sUserKey,sFBAuthToken:sFBAuthToken,sStreamGUID:sStreamGUID,saInvitesThatCanPost:saInvitesThatCanPost},succeededCallback,failedCallback,userContext); },
GetStreamInvitations:function(sKey,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetStreamInvitations',false,{sKey:sKey},succeededCallback,failedCallback,userContext); },
GetPendingInvitations:function(sUserKey,gStream,succeededCallback, failedCallback, userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="gStream" type="String">System.Guid</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetPendingInvitations',false,{sUserKey:sUserKey,gStream:gStream},succeededCallback,failedCallback,userContext); },
GetStreamInvitationsCount:function(sKey,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetStreamInvitationsCount',false,{sKey:sKey},succeededCallback,failedCallback,userContext); },
DeclineStreamInvitation:function(sKey,sGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'DeclineStreamInvitation',false,{sKey:sKey,sGUID:sGUID},succeededCallback,failedCallback,userContext); },
AcceptStreamInvitation:function(sKey,sGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'AcceptStreamInvitation',false,{sKey:sKey,sGUID:sGUID},succeededCallback,failedCallback,userContext); },
DeleteContentItem:function(sKey,sStream,sItem,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="sItem" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'DeleteContentItem',false,{sKey:sKey,sStream:sStream,sItem:sItem},succeededCallback,failedCallback,userContext); },
SendFeedback:function(sUserKey,sText,succeededCallback, failedCallback, userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sText" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'SendFeedback',false,{sUserKey:sUserKey,sText:sText},succeededCallback,failedCallback,userContext); },
StopFollowingStream:function(sUserKey,sStreamGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStreamGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'StopFollowingStream',false,{sUserKey:sUserKey,sStreamGUID:sStreamGUID},succeededCallback,failedCallback,userContext); },
RemoveAllUnpostedMusic:function(sUserKey,sStream,succeededCallback, failedCallback, userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'RemoveAllUnpostedMusic',false,{sUserKey:sUserKey,sStream:sStream},succeededCallback,failedCallback,userContext); },
RemoveUnpostedFiles:function(sUserKey,sStream,saFiles,succeededCallback, failedCallback, userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="saFiles" type="Array">System.String[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'RemoveUnpostedFiles',false,{sUserKey:sUserKey,sStream:sStream,saFiles:saFiles},succeededCallback,failedCallback,userContext); },
RemoveAllUnpostedFiles:function(sUserKey,sStream,succeededCallback, failedCallback, userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'RemoveAllUnpostedFiles',false,{sUserKey:sUserKey,sStream:sStream},succeededCallback,failedCallback,userContext); },
RemoveUnpostedMusic:function(sUserKey,sStream,saSongs,succeededCallback, failedCallback, userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="saSongs" type="Array">System.String[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'RemoveUnpostedMusic',false,{sUserKey:sUserKey,sStream:sStream,saSongs:saSongs},succeededCallback,failedCallback,userContext); },
PostMusic:function(sKey,sStream,sTitle,sDescription,sCollectionGUID,nSecurity,aFollowers,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="sTitle" type="String">System.String</param>
/// <param name="sDescription" type="String">System.String</param>
/// <param name="sCollectionGUID" type="String">System.String</param>
/// <param name="nSecurity" type="Number">System.Int32</param>
/// <param name="aFollowers" type="Array">System.Guid[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'PostMusic',false,{sKey:sKey,sStream:sStream,sTitle:sTitle,sDescription:sDescription,sCollectionGUID:sCollectionGUID,nSecurity:nSecurity,aFollowers:aFollowers},succeededCallback,failedCallback,userContext); },
PostFiles:function(sKey,sStream,sTitle,sDescription,sCollectionGUID,nSecurity,aFollowers,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="sTitle" type="String">System.String</param>
/// <param name="sDescription" type="String">System.String</param>
/// <param name="sCollectionGUID" type="String">System.String</param>
/// <param name="nSecurity" type="Number">System.Int32</param>
/// <param name="aFollowers" type="Array">System.Guid[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'PostFiles',false,{sKey:sKey,sStream:sStream,sTitle:sTitle,sDescription:sDescription,sCollectionGUID:sCollectionGUID,nSecurity:nSecurity,aFollowers:aFollowers},succeededCallback,failedCallback,userContext); },
AddFiles:function(sKey,sGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'AddFiles',false,{sKey:sKey,sGUID:sGUID},succeededCallback,failedCallback,userContext); },
SaveYouTubeVideo:function(sKey,sStream,sTitle,sURL,sYouTubeID,nLength,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="sTitle" type="String">System.String</param>
/// <param name="sURL" type="String">System.String</param>
/// <param name="sYouTubeID" type="String">System.String</param>
/// <param name="nLength" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'SaveYouTubeVideo',false,{sKey:sKey,sStream:sStream,sTitle:sTitle,sURL:sURL,sYouTubeID:sYouTubeID,nLength:nLength},succeededCallback,failedCallback,userContext); },
PostVideos:function(sKey,sStream,sTitle,sDescription,sCollectionGUID,nSecurity,aFollowers,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="sTitle" type="String">System.String</param>
/// <param name="sDescription" type="String">System.String</param>
/// <param name="sCollectionGUID" type="String">System.String</param>
/// <param name="nSecurity" type="Number">System.Int32</param>
/// <param name="aFollowers" type="Array">System.Guid[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'PostVideos',false,{sKey:sKey,sStream:sStream,sTitle:sTitle,sDescription:sDescription,sCollectionGUID:sCollectionGUID,nSecurity:nSecurity,aFollowers:aFollowers},succeededCallback,failedCallback,userContext); },
GetEncodingStatus:function(sKey,sVideoGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sVideoGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetEncodingStatus',false,{sKey:sKey,sVideoGUID:sVideoGUID},succeededCallback,failedCallback,userContext); },
FollowStream:function(sKey,sStream,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'FollowStream',false,{sKey:sKey,sStream:sStream},succeededCallback,failedCallback,userContext); },
PostComment:function(sKey,sStream,sContent,sComment,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="sContent" type="String">System.String</param>
/// <param name="sComment" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'PostComment',false,{sKey:sKey,sStream:sStream,sContent:sContent,sComment:sComment},succeededCallback,failedCallback,userContext); },
DeleteComment:function(sKey,sCommentGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sCommentGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'DeleteComment',false,{sKey:sKey,sCommentGUID:sCommentGUID},succeededCallback,failedCallback,userContext); },
TranslateComment:function(sKey,sComment,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sComment" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'TranslateComment',false,{sKey:sKey,sComment:sComment},succeededCallback,failedCallback,userContext); },
TranslateContentText:function(sKey,sContentGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sContentGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'TranslateContentText',false,{sKey:sKey,sContentGUID:sContentGUID},succeededCallback,failedCallback,userContext); },
TranslateContentDescription:function(sKey,sContentGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sContentGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'TranslateContentDescription',false,{sKey:sKey,sContentGUID:sContentGUID},succeededCallback,failedCallback,userContext); },
SetStreamPostPermission:function(sKey,sStream,sUser,bAllow,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="sUser" type="String">System.String</param>
/// <param name="bAllow" type="Boolean">System.Boolean</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'SetStreamPostPermission',false,{sKey:sKey,sStream:sStream,sUser:sUser,bAllow:bAllow},succeededCallback,failedCallback,userContext); },
RequestFollowStream:function(sKey,sStreamGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStreamGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'RequestFollowStream',false,{sKey:sKey,sStreamGUID:sStreamGUID},succeededCallback,failedCallback,userContext); },
CancelFollowRequest:function(sKey,sStreamGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStreamGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'CancelFollowRequest',false,{sKey:sKey,sStreamGUID:sStreamGUID},succeededCallback,failedCallback,userContext); },
GetIncomingFollowRequests:function(sKey,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetIncomingFollowRequests',false,{sKey:sKey},succeededCallback,failedCallback,userContext); },
GetOutgoingFollowRequests:function(sKey,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetOutgoingFollowRequests',false,{sKey:sKey},succeededCallback,failedCallback,userContext); },
GetIncomingFollowRequestCount:function(sKey,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetIncomingFollowRequestCount',false,{sKey:sKey},succeededCallback,failedCallback,userContext); },
AcceptStreamFollowRequest:function(sKey,sGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'AcceptStreamFollowRequest',false,{sKey:sKey,sGUID:sGUID},succeededCallback,failedCallback,userContext); },
DeclineStreamFollowRequest:function(sKey,sGUID,sWhy,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="sWhy" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'DeclineStreamFollowRequest',false,{sKey:sKey,sGUID:sGUID,sWhy:sWhy},succeededCallback,failedCallback,userContext); },
SearchStreams:function(sKey,sUsername,sKeyword,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sUsername" type="String">System.String</param>
/// <param name="sKeyword" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'SearchStreams',false,{sKey:sKey,sUsername:sUsername,sKeyword:sKeyword},succeededCallback,failedCallback,userContext); },
ReadLink:function(sKey,sLink,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sLink" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'ReadLink',false,{sKey:sKey,sLink:sLink},succeededCallback,failedCallback,userContext); },
PostLinks:function(sKey,sStream,sTitle,sDescription,saTitles,saDescriptions,saURLs,sCollectionGUID,nSecurity,aFollowers,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="sTitle" type="String">System.String</param>
/// <param name="sDescription" type="String">System.String</param>
/// <param name="saTitles" type="Array">System.String[]</param>
/// <param name="saDescriptions" type="Array">System.String[]</param>
/// <param name="saURLs" type="Array">System.String[]</param>
/// <param name="sCollectionGUID" type="String">System.String</param>
/// <param name="nSecurity" type="Number">System.Int32</param>
/// <param name="aFollowers" type="Array">System.Guid[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'PostLinks',false,{sKey:sKey,sStream:sStream,sTitle:sTitle,sDescription:sDescription,saTitles:saTitles,saDescriptions:saDescriptions,saURLs:saURLs,sCollectionGUID:sCollectionGUID,nSecurity:nSecurity,aFollowers:aFollowers},succeededCallback,failedCallback,userContext); },
AddLinks:function(sKey,sContentGUID,saTitles,saDescriptions,saURLs,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sContentGUID" type="String">System.String</param>
/// <param name="saTitles" type="Array">System.String[]</param>
/// <param name="saDescriptions" type="Array">System.String[]</param>
/// <param name="saURLs" type="Array">System.String[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'AddLinks',false,{sKey:sKey,sContentGUID:sContentGUID,saTitles:saTitles,saDescriptions:saDescriptions,saURLs:saURLs},succeededCallback,failedCallback,userContext); },
GetUser:function(sUserKey,sUserGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sUserGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetUser',false,{sUserKey:sUserKey,sUserGUID:sUserGUID},succeededCallback,failedCallback,userContext); },
GetStream:function(sUserKey,sStreamGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStreamGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetStream',false,{sUserKey:sUserKey,sStreamGUID:sStreamGUID},succeededCallback,failedCallback,userContext); },
GetStreamContents:function(sKey,sStream,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetStreamContents',false,{sKey:sKey,sStream:sStream},succeededCallback,failedCallback,userContext); },
CreateFolder:function(sKey,guidStream,sParent,sName,sDesc,nSecurityType,securityFollowers,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="guidStream" type="String">System.Guid</param>
/// <param name="sParent" type="String">System.String</param>
/// <param name="sName" type="String">System.String</param>
/// <param name="sDesc" type="String">System.String</param>
/// <param name="nSecurityType" type="Number">System.Int32</param>
/// <param name="securityFollowers" type="Array">System.Guid[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'CreateFolder',false,{sKey:sKey,guidStream:guidStream,sParent:sParent,sName:sName,sDesc:sDesc,nSecurityType:nSecurityType,securityFollowers:securityFollowers},succeededCallback,failedCallback,userContext); },
SaveImageDescription:function(sKey,imageGuid,description,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="imageGuid" type="String">System.Guid</param>
/// <param name="description" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'SaveImageDescription',false,{sKey:sKey,imageGuid:imageGuid,description:description},succeededCallback,failedCallback,userContext); },
SaveFolder:function(sKey,guidFolder,sName,sDesc,nSecurityType,securityFollowers,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="guidFolder" type="String">System.Guid</param>
/// <param name="sName" type="String">System.String</param>
/// <param name="sDesc" type="String">System.String</param>
/// <param name="nSecurityType" type="Number">System.Int32</param>
/// <param name="securityFollowers" type="Array">System.Guid[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'SaveFolder',false,{sKey:sKey,guidFolder:guidFolder,sName:sName,sDesc:sDesc,nSecurityType:nSecurityType,securityFollowers:securityFollowers},succeededCallback,failedCallback,userContext); },
GetTextResources:function(nLanguage,succeededCallback, failedCallback, userContext) {
/// <param name="nLanguage" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetTextResources',false,{nLanguage:nLanguage},succeededCallback,failedCallback,userContext); },
ClearEventLog:function(sKey,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'ClearEventLog',false,{sKey:sKey},succeededCallback,failedCallback,userContext); },
DeleteCollection:function(sKey,sGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'DeleteCollection',false,{sKey:sKey,sGUID:sGUID},succeededCallback,failedCallback,userContext); },
AddContentItemToCollection2:function(sKey,sContentGUID,sCollectionGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sContentGUID" type="String">System.String</param>
/// <param name="sCollectionGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'AddContentItemToCollection2',false,{sKey:sKey,sContentGUID:sContentGUID,sCollectionGUID:sCollectionGUID},succeededCallback,failedCallback,userContext); },
AddContentItemToCollection:function(sKey,sContentGUID,sCollectionGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sContentGUID" type="String">System.String</param>
/// <param name="sCollectionGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'AddContentItemToCollection',false,{sKey:sKey,sContentGUID:sContentGUID,sCollectionGUID:sCollectionGUID},succeededCallback,failedCallback,userContext); },
RemoveContentItemFromCollection:function(sUserKey,sItemGUID,sCollectionGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sItemGUID" type="String">System.String</param>
/// <param name="sCollectionGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'RemoveContentItemFromCollection',false,{sUserKey:sUserKey,sItemGUID:sItemGUID,sCollectionGUID:sCollectionGUID},succeededCallback,failedCallback,userContext); },
GetCollectionContent:function(sUserKey,sGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetCollectionContent',false,{sUserKey:sUserKey,sGUID:sGUID},succeededCallback,failedCallback,userContext); },
RenameCollection:function(sKey,sCollectionGUID,sName,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sCollectionGUID" type="String">System.String</param>
/// <param name="sName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'RenameCollection',false,{sKey:sKey,sCollectionGUID:sCollectionGUID,sName:sName},succeededCallback,failedCallback,userContext); },
RenameStream:function(sKey,sStreamGUID,sName,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStreamGUID" type="String">System.String</param>
/// <param name="sName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'RenameStream',false,{sKey:sKey,sStreamGUID:sStreamGUID,sName:sName},succeededCallback,failedCallback,userContext); },
RemoveUnpostedVideos:function(sUserKey,sStream,saVideos,succeededCallback, failedCallback, userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="saVideos" type="Array">System.String[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'RemoveUnpostedVideos',false,{sUserKey:sUserKey,sStream:sStream,saVideos:saVideos},succeededCallback,failedCallback,userContext); },
RemoveAllUnpostedVideos:function(sUserKey,sStream,succeededCallback, failedCallback, userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'RemoveAllUnpostedVideos',false,{sUserKey:sUserKey,sStream:sStream},succeededCallback,failedCallback,userContext); },
LikeContentItem:function(sUserKey,sStream,sItem,succeededCallback, failedCallback, userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="sItem" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'LikeContentItem',false,{sUserKey:sUserKey,sStream:sStream,sItem:sItem},succeededCallback,failedCallback,userContext); },
UnlikeContentItem:function(sUserKey,sStream,sItem,succeededCallback, failedCallback, userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="sItem" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'UnlikeContentItem',false,{sUserKey:sUserKey,sStream:sStream,sItem:sItem},succeededCallback,failedCallback,userContext); },
LogLinkVisit:function(sKey,sLinkGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sLinkGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'LogLinkVisit',false,{sKey:sKey,sLinkGUID:sLinkGUID},succeededCallback,failedCallback,userContext); },
StartImportPMP:function(sPMPEmail,sPMPPassword,sPMSLogin,sPMSPassword,sStreamName,succeededCallback, failedCallback, userContext) {
/// <param name="sPMPEmail" type="String">System.String</param>
/// <param name="sPMPPassword" type="String">System.String</param>
/// <param name="sPMSLogin" type="String">System.String</param>
/// <param name="sPMSPassword" type="String">System.String</param>
/// <param name="sStreamName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'StartImportPMP',false,{sPMPEmail:sPMPEmail,sPMPPassword:sPMPPassword,sPMSLogin:sPMSLogin,sPMSPassword:sPMSPassword,sStreamName:sStreamName},succeededCallback,failedCallback,userContext); },
GetPMPImportStatus:function(sID,succeededCallback, failedCallback, userContext) {
/// <param name="sID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetPMPImportStatus',false,{sID:sID},succeededCallback,failedCallback,userContext); },
CancelPMPImport:function(sID,succeededCallback, failedCallback, userContext) {
/// <param name="sID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'CancelPMPImport',false,{sID:sID},succeededCallback,failedCallback,userContext); },
MoveCollection:function(sKey,sSrcGUID,sDestGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sSrcGUID" type="String">System.String</param>
/// <param name="sDestGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'MoveCollection',false,{sKey:sKey,sSrcGUID:sSrcGUID,sDestGUID:sDestGUID},succeededCallback,failedCallback,userContext); },
RotateImage:function(sKey,sGUID,nDegrees,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="nDegrees" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'RotateImage',false,{sKey:sKey,sGUID:sGUID,nDegrees:nDegrees},succeededCallback,failedCallback,userContext); },
DeleteLink:function(sKey,sGUID,succeededCallback, failedCallback, userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'DeleteLink',false,{sKey:sKey,sGUID:sGUID},succeededCallback,failedCallback,userContext); }}
Web.PostMyStream.registerClass('Web.PostMyStream',Sys.Net.WebServiceProxy);
Web.PostMyStream._staticInstance = new Web.PostMyStream();
Web.PostMyStream.set_path = function(value) {
Web.PostMyStream._staticInstance.set_path(value); }
Web.PostMyStream.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return Web.PostMyStream._staticInstance.get_path();}
Web.PostMyStream.set_timeout = function(value) {
Web.PostMyStream._staticInstance.set_timeout(value); }
Web.PostMyStream.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return Web.PostMyStream._staticInstance.get_timeout(); }
Web.PostMyStream.set_defaultUserContext = function(value) { 
Web.PostMyStream._staticInstance.set_defaultUserContext(value); }
Web.PostMyStream.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return Web.PostMyStream._staticInstance.get_defaultUserContext(); }
Web.PostMyStream.set_defaultSucceededCallback = function(value) { 
 Web.PostMyStream._staticInstance.set_defaultSucceededCallback(value); }
Web.PostMyStream.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return Web.PostMyStream._staticInstance.get_defaultSucceededCallback(); }
Web.PostMyStream.set_defaultFailedCallback = function(value) { 
Web.PostMyStream._staticInstance.set_defaultFailedCallback(value); }
Web.PostMyStream.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return Web.PostMyStream._staticInstance.get_defaultFailedCallback(); }
Web.PostMyStream.set_enableJsonp = function(value) { Web.PostMyStream._staticInstance.set_enableJsonp(value); }
Web.PostMyStream.get_enableJsonp = function() { 
/// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
return Web.PostMyStream._staticInstance.get_enableJsonp(); }
Web.PostMyStream.set_jsonpCallbackParameter = function(value) { Web.PostMyStream._staticInstance.set_jsonpCallbackParameter(value); }
Web.PostMyStream.get_jsonpCallbackParameter = function() { 
/// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
return Web.PostMyStream._staticInstance.get_jsonpCallbackParameter(); }
Web.PostMyStream.set_path("/PostMyStream.asmx");
Web.PostMyStream.DeleteFile= function(sKey,sGUID,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.DeleteFile(sKey,sGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.DeleteImage= function(sKey,sGUID,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.DeleteImage(sKey,sGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.FlipImage= function(sKey,sGUID,bHorizontal,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="bHorizontal" type="Boolean">System.Boolean</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.FlipImage(sKey,sGUID,bHorizontal,onSuccess,onFailed,userContext); }
Web.PostMyStream.GetImageFilterPropertiesForm= function(sID,onSuccess,onFailed,userContext) {
/// <param name="sID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.GetImageFilterPropertiesForm(sID,onSuccess,onFailed,userContext); }
Web.PostMyStream.ApplyImageFilter= function(sKey,sImageGUID,sFilter,sArg1,sArg2,sArg3,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sImageGUID" type="String">System.String</param>
/// <param name="sFilter" type="String">System.String</param>
/// <param name="sArg1" type="String">System.String</param>
/// <param name="sArg2" type="String">System.String</param>
/// <param name="sArg3" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.ApplyImageFilter(sKey,sImageGUID,sFilter,sArg1,sArg2,sArg3,onSuccess,onFailed,userContext); }
Web.PostMyStream.ApplyTempImageFilter= function(sKey,sTempFileGUID,sFilter,sArg1,sArg2,sArg3,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sTempFileGUID" type="String">System.String</param>
/// <param name="sFilter" type="String">System.String</param>
/// <param name="sArg1" type="String">System.String</param>
/// <param name="sArg2" type="String">System.String</param>
/// <param name="sArg3" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.ApplyTempImageFilter(sKey,sTempFileGUID,sFilter,sArg1,sArg2,sArg3,onSuccess,onFailed,userContext); }
Web.PostMyStream.ApplyImageCrop= function(sKey,sImageGUID,nX,nY,nWidth,nHeight,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sImageGUID" type="String">System.String</param>
/// <param name="nX" type="Number">System.Int32</param>
/// <param name="nY" type="Number">System.Int32</param>
/// <param name="nWidth" type="Number">System.Int32</param>
/// <param name="nHeight" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.ApplyImageCrop(sKey,sImageGUID,nX,nY,nWidth,nHeight,onSuccess,onFailed,userContext); }
Web.PostMyStream.ApplyTempImageCrop= function(sKey,sTempFileGUID,nX,nY,nWidth,nHeight,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sTempFileGUID" type="String">System.String</param>
/// <param name="nX" type="Number">System.Int32</param>
/// <param name="nY" type="Number">System.Int32</param>
/// <param name="nWidth" type="Number">System.Int32</param>
/// <param name="nHeight" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.ApplyTempImageCrop(sKey,sTempFileGUID,nX,nY,nWidth,nHeight,onSuccess,onFailed,userContext); }
Web.PostMyStream.SaveTempImageFile= function(sKey,guidTempFile,guidImage,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="guidTempFile" type="String">System.Guid</param>
/// <param name="guidImage" type="String">System.Guid</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.SaveTempImageFile(sKey,guidTempFile,guidImage,onSuccess,onFailed,userContext); }
Web.PostMyStream.CreateContentLink= function(sKey,guidContent,sText,bReplaceExisting,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="guidContent" type="String">System.Guid</param>
/// <param name="sText" type="String">System.String</param>
/// <param name="bReplaceExisting" type="Boolean">System.Boolean</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.CreateContentLink(sKey,guidContent,sText,bReplaceExisting,onSuccess,onFailed,userContext); }
Web.PostMyStream.DeleteContentLink= function(sKey,guidContent,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="guidContent" type="String">System.Guid</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.DeleteContentLink(sKey,guidContent,onSuccess,onFailed,userContext); }
Web.PostMyStream.UpdatePostSecurity= function(sKey,guidPost,nType,guidFollowers,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="guidPost" type="String">System.Guid</param>
/// <param name="nType" type="Number">System.Int32</param>
/// <param name="guidFollowers" type="Array">System.Guid[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.UpdatePostSecurity(sKey,guidPost,nType,guidFollowers,onSuccess,onFailed,userContext); }
Web.PostMyStream.DeleteVideo= function(sKey,sGUID,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.DeleteVideo(sKey,sGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.AddVideos= function(sKey,sGUID,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.AddVideos(sKey,sGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.PostPhotosToFacebookAlbum= function(sKey,gPhotoPostGUID,sAlbumID,sUserID,sFBSessionKey,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="gPhotoPostGUID" type="String">System.Guid</param>
/// <param name="sAlbumID" type="String">System.String</param>
/// <param name="sUserID" type="String">System.String</param>
/// <param name="sFBSessionKey" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.PostPhotosToFacebookAlbum(sKey,gPhotoPostGUID,sAlbumID,sUserID,sFBSessionKey,onSuccess,onFailed,userContext); }
Web.PostMyStream.ValidateUsername= function(sUsername,onSuccess,onFailed,userContext) {
/// <param name="sUsername" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.ValidateUsername(sUsername,onSuccess,onFailed,userContext); }
Web.PostMyStream.ValidateEmail= function(sEmail,onSuccess,onFailed,userContext) {
/// <param name="sEmail" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.ValidateEmail(sEmail,onSuccess,onFailed,userContext); }
Web.PostMyStream.SendPasswordEmail= function(sUser,onSuccess,onFailed,userContext) {
/// <param name="sUser" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.SendPasswordEmail(sUser,onSuccess,onFailed,userContext); }
Web.PostMyStream.CheckStreamPassword= function(guid,sPW,onSuccess,onFailed,userContext) {
/// <param name="guid" type="String">System.Guid</param>
/// <param name="sPW" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.CheckStreamPassword(guid,sPW,onSuccess,onFailed,userContext); }
Web.PostMyStream.ClearStreamImage= function(sKey,streamGUID,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="streamGUID" type="String">System.Guid</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.ClearStreamImage(sKey,streamGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.SetStreamImageFromURL= function(sKey,gStream,sURL,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="gStream" type="String">System.Guid</param>
/// <param name="sURL" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.SetStreamImageFromURL(sKey,gStream,sURL,onSuccess,onFailed,userContext); }
Web.PostMyStream.PostPhotosFromURLs= function(sKey,gStream,saURLs,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="gStream" type="String">System.Guid</param>
/// <param name="saURLs" type="Array">System.String[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.PostPhotosFromURLs(sKey,gStream,saURLs,onSuccess,onFailed,userContext); }
Web.PostMyStream.GetRoundedAndSquaredImageFromURL= function(sKey,sURL,nSize,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sURL" type="String">System.String</param>
/// <param name="nSize" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.GetRoundedAndSquaredImageFromURL(sKey,sURL,nSize,onSuccess,onFailed,userContext); }
Web.PostMyStream.SetPendingCanPost= function(sKey,inviteGUID,bCanPost,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="inviteGUID" type="String">System.Guid</param>
/// <param name="bCanPost" type="Boolean">System.Boolean</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.SetPendingCanPost(sKey,inviteGUID,bCanPost,onSuccess,onFailed,userContext); }
Web.PostMyStream.ResendInvitation= function(sKey,inviteGUID,sFBAccessToken,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="inviteGUID" type="String">System.Guid</param>
/// <param name="sFBAccessToken" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.ResendInvitation(sKey,inviteGUID,sFBAccessToken,onSuccess,onFailed,userContext); }
Web.PostMyStream.GetUserKey= function(sEmail,sPW,onSuccess,onFailed,userContext) {
/// <param name="sEmail" type="String">System.String</param>
/// <param name="sPW" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.GetUserKey(sEmail,sPW,onSuccess,onFailed,userContext); }
Web.PostMyStream.GetUserFromFBID= function(sKey,sFBID,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sFBID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.GetUserFromFBID(sKey,sFBID,onSuccess,onFailed,userContext); }
Web.PostMyStream.GetStreams= function(sKey,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.GetStreams(sKey,onSuccess,onFailed,userContext); }
Web.PostMyStream.GetFollowedStreams= function(sKey,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.GetFollowedStreams(sKey,onSuccess,onFailed,userContext); }
Web.PostMyStream.SaveStreamProperties= function(sKey,sGUID,sName,sKeywords,sDescription,nSecurity,nPosting,sPassword,sHiliteColor,sTitleColor,sTextColor,sDescriptionColor,sShadowColor,sBGColor,sFont,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="sName" type="String">System.String</param>
/// <param name="sKeywords" type="String">System.String</param>
/// <param name="sDescription" type="String">System.String</param>
/// <param name="nSecurity" type="Number">System.Int32</param>
/// <param name="nPosting" type="Number">System.Int32</param>
/// <param name="sPassword" type="String">System.String</param>
/// <param name="sHiliteColor" type="String">System.String</param>
/// <param name="sTitleColor" type="String">System.String</param>
/// <param name="sTextColor" type="String">System.String</param>
/// <param name="sDescriptionColor" type="String">System.String</param>
/// <param name="sShadowColor" type="String">System.String</param>
/// <param name="sBGColor" type="String">System.String</param>
/// <param name="sFont" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.SaveStreamProperties(sKey,sGUID,sName,sKeywords,sDescription,nSecurity,nPosting,sPassword,sHiliteColor,sTitleColor,sTextColor,sDescriptionColor,sShadowColor,sBGColor,sFont,onSuccess,onFailed,userContext); }
Web.PostMyStream.GetStreamFollowers= function(sUserKey,sGUID,onSuccess,onFailed,userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.GetStreamFollowers(sUserKey,sGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.GetInviteUsers= function(sUserKey,sStream,onSuccess,onFailed,userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.GetInviteUsers(sUserKey,sStream,onSuccess,onFailed,userContext); }
Web.PostMyStream.GetUserFollowers= function(sUserKey,sGUID,onSuccess,onFailed,userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.GetUserFollowers(sUserKey,sGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.DeleteStream= function(sUserKey,sGUID,sPW,onSuccess,onFailed,userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="sPW" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.DeleteStream(sUserKey,sGUID,sPW,onSuccess,onFailed,userContext); }
Web.PostMyStream.PostContent_Text= function(sUserKey,sGUID,sTitle,sText,sCollectionGUID,nSecurity,aFollowers,onSuccess,onFailed,userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="sTitle" type="String">System.String</param>
/// <param name="sText" type="String">System.String</param>
/// <param name="sCollectionGUID" type="String">System.String</param>
/// <param name="nSecurity" type="Number">System.Int32</param>
/// <param name="aFollowers" type="Array">System.Guid[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.PostContent_Text(sUserKey,sGUID,sTitle,sText,sCollectionGUID,nSecurity,aFollowers,onSuccess,onFailed,userContext); }
Web.PostMyStream.RemoveAllUnpostedImages= function(sUserKey,sStream,onSuccess,onFailed,userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.RemoveAllUnpostedImages(sUserKey,sStream,onSuccess,onFailed,userContext); }
Web.PostMyStream.RemoveUnpostedImages= function(sUserKey,sStream,saImages,onSuccess,onFailed,userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="saImages" type="Array">System.String[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.RemoveUnpostedImages(sUserKey,sStream,saImages,onSuccess,onFailed,userContext); }
Web.PostMyStream.PostImages= function(sKey,sStream,sTitle,sDescription,sCollectionGUID,nSecurity,aFollowers,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="sTitle" type="String">System.String</param>
/// <param name="sDescription" type="String">System.String</param>
/// <param name="sCollectionGUID" type="String">System.String</param>
/// <param name="nSecurity" type="Number">System.Int32</param>
/// <param name="aFollowers" type="Array">System.Guid[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.PostImages(sKey,sStream,sTitle,sDescription,sCollectionGUID,nSecurity,aFollowers,onSuccess,onFailed,userContext); }
Web.PostMyStream.ValidateStreamInvitationEmail= function(sKey,streamGUID,sEmail,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="streamGUID" type="String">System.Guid</param>
/// <param name="sEmail" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.ValidateStreamInvitationEmail(sKey,streamGUID,sEmail,onSuccess,onFailed,userContext); }
Web.PostMyStream.AddStreamInvitation= function(sKey,sSearch,bCanPost,sStream,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sSearch" type="String">System.String</param>
/// <param name="bCanPost" type="Boolean">System.Boolean</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.AddStreamInvitation(sKey,sSearch,bCanPost,sStream,onSuccess,onFailed,userContext); }
Web.PostMyStream.RemoveStreamInvitation= function(sUserKey,sStreamGUID,sInviteGUID,onSuccess,onFailed,userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStreamGUID" type="String">System.String</param>
/// <param name="sInviteGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.RemoveStreamInvitation(sUserKey,sStreamGUID,sInviteGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.RemoveStreamInvitations= function(sUserKey,sFBToken,guidStream,guidInvites,bNotify,onSuccess,onFailed,userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sFBToken" type="String">System.String</param>
/// <param name="guidStream" type="String">System.Guid</param>
/// <param name="guidInvites" type="Array">System.Guid[]</param>
/// <param name="bNotify" type="Boolean">System.Boolean</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.RemoveStreamInvitations(sUserKey,sFBToken,guidStream,guidInvites,bNotify,onSuccess,onFailed,userContext); }
Web.PostMyStream.ClearUnsentStreamInvitations= function(sUserKey,sStreamGUID,onSuccess,onFailed,userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStreamGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.ClearUnsentStreamInvitations(sUserKey,sStreamGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.SendStreamInvitations= function(sUserKey,sFBAuthToken,sStreamGUID,saInvitesThatCanPost,onSuccess,onFailed,userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sFBAuthToken" type="String">System.String</param>
/// <param name="sStreamGUID" type="String">System.String</param>
/// <param name="saInvitesThatCanPost" type="Array">System.String[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.SendStreamInvitations(sUserKey,sFBAuthToken,sStreamGUID,saInvitesThatCanPost,onSuccess,onFailed,userContext); }
Web.PostMyStream.GetStreamInvitations= function(sKey,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.GetStreamInvitations(sKey,onSuccess,onFailed,userContext); }
Web.PostMyStream.GetPendingInvitations= function(sUserKey,gStream,onSuccess,onFailed,userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="gStream" type="String">System.Guid</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.GetPendingInvitations(sUserKey,gStream,onSuccess,onFailed,userContext); }
Web.PostMyStream.GetStreamInvitationsCount= function(sKey,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.GetStreamInvitationsCount(sKey,onSuccess,onFailed,userContext); }
Web.PostMyStream.DeclineStreamInvitation= function(sKey,sGUID,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.DeclineStreamInvitation(sKey,sGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.AcceptStreamInvitation= function(sKey,sGUID,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.AcceptStreamInvitation(sKey,sGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.DeleteContentItem= function(sKey,sStream,sItem,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="sItem" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.DeleteContentItem(sKey,sStream,sItem,onSuccess,onFailed,userContext); }
Web.PostMyStream.SendFeedback= function(sUserKey,sText,onSuccess,onFailed,userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sText" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.SendFeedback(sUserKey,sText,onSuccess,onFailed,userContext); }
Web.PostMyStream.StopFollowingStream= function(sUserKey,sStreamGUID,onSuccess,onFailed,userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStreamGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.StopFollowingStream(sUserKey,sStreamGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.RemoveAllUnpostedMusic= function(sUserKey,sStream,onSuccess,onFailed,userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.RemoveAllUnpostedMusic(sUserKey,sStream,onSuccess,onFailed,userContext); }
Web.PostMyStream.RemoveUnpostedFiles= function(sUserKey,sStream,saFiles,onSuccess,onFailed,userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="saFiles" type="Array">System.String[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.RemoveUnpostedFiles(sUserKey,sStream,saFiles,onSuccess,onFailed,userContext); }
Web.PostMyStream.RemoveAllUnpostedFiles= function(sUserKey,sStream,onSuccess,onFailed,userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.RemoveAllUnpostedFiles(sUserKey,sStream,onSuccess,onFailed,userContext); }
Web.PostMyStream.RemoveUnpostedMusic= function(sUserKey,sStream,saSongs,onSuccess,onFailed,userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="saSongs" type="Array">System.String[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.RemoveUnpostedMusic(sUserKey,sStream,saSongs,onSuccess,onFailed,userContext); }
Web.PostMyStream.PostMusic= function(sKey,sStream,sTitle,sDescription,sCollectionGUID,nSecurity,aFollowers,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="sTitle" type="String">System.String</param>
/// <param name="sDescription" type="String">System.String</param>
/// <param name="sCollectionGUID" type="String">System.String</param>
/// <param name="nSecurity" type="Number">System.Int32</param>
/// <param name="aFollowers" type="Array">System.Guid[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.PostMusic(sKey,sStream,sTitle,sDescription,sCollectionGUID,nSecurity,aFollowers,onSuccess,onFailed,userContext); }
Web.PostMyStream.PostFiles= function(sKey,sStream,sTitle,sDescription,sCollectionGUID,nSecurity,aFollowers,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="sTitle" type="String">System.String</param>
/// <param name="sDescription" type="String">System.String</param>
/// <param name="sCollectionGUID" type="String">System.String</param>
/// <param name="nSecurity" type="Number">System.Int32</param>
/// <param name="aFollowers" type="Array">System.Guid[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.PostFiles(sKey,sStream,sTitle,sDescription,sCollectionGUID,nSecurity,aFollowers,onSuccess,onFailed,userContext); }
Web.PostMyStream.AddFiles= function(sKey,sGUID,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.AddFiles(sKey,sGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.SaveYouTubeVideo= function(sKey,sStream,sTitle,sURL,sYouTubeID,nLength,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="sTitle" type="String">System.String</param>
/// <param name="sURL" type="String">System.String</param>
/// <param name="sYouTubeID" type="String">System.String</param>
/// <param name="nLength" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.SaveYouTubeVideo(sKey,sStream,sTitle,sURL,sYouTubeID,nLength,onSuccess,onFailed,userContext); }
Web.PostMyStream.PostVideos= function(sKey,sStream,sTitle,sDescription,sCollectionGUID,nSecurity,aFollowers,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="sTitle" type="String">System.String</param>
/// <param name="sDescription" type="String">System.String</param>
/// <param name="sCollectionGUID" type="String">System.String</param>
/// <param name="nSecurity" type="Number">System.Int32</param>
/// <param name="aFollowers" type="Array">System.Guid[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.PostVideos(sKey,sStream,sTitle,sDescription,sCollectionGUID,nSecurity,aFollowers,onSuccess,onFailed,userContext); }
Web.PostMyStream.GetEncodingStatus= function(sKey,sVideoGUID,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sVideoGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.GetEncodingStatus(sKey,sVideoGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.FollowStream= function(sKey,sStream,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.FollowStream(sKey,sStream,onSuccess,onFailed,userContext); }
Web.PostMyStream.PostComment= function(sKey,sStream,sContent,sComment,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="sContent" type="String">System.String</param>
/// <param name="sComment" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.PostComment(sKey,sStream,sContent,sComment,onSuccess,onFailed,userContext); }
Web.PostMyStream.DeleteComment= function(sKey,sCommentGUID,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sCommentGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.DeleteComment(sKey,sCommentGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.TranslateComment= function(sKey,sComment,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sComment" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.TranslateComment(sKey,sComment,onSuccess,onFailed,userContext); }
Web.PostMyStream.TranslateContentText= function(sKey,sContentGUID,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sContentGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.TranslateContentText(sKey,sContentGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.TranslateContentDescription= function(sKey,sContentGUID,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sContentGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.TranslateContentDescription(sKey,sContentGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.SetStreamPostPermission= function(sKey,sStream,sUser,bAllow,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="sUser" type="String">System.String</param>
/// <param name="bAllow" type="Boolean">System.Boolean</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.SetStreamPostPermission(sKey,sStream,sUser,bAllow,onSuccess,onFailed,userContext); }
Web.PostMyStream.RequestFollowStream= function(sKey,sStreamGUID,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStreamGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.RequestFollowStream(sKey,sStreamGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.CancelFollowRequest= function(sKey,sStreamGUID,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStreamGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.CancelFollowRequest(sKey,sStreamGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.GetIncomingFollowRequests= function(sKey,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.GetIncomingFollowRequests(sKey,onSuccess,onFailed,userContext); }
Web.PostMyStream.GetOutgoingFollowRequests= function(sKey,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.GetOutgoingFollowRequests(sKey,onSuccess,onFailed,userContext); }
Web.PostMyStream.GetIncomingFollowRequestCount= function(sKey,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.GetIncomingFollowRequestCount(sKey,onSuccess,onFailed,userContext); }
Web.PostMyStream.AcceptStreamFollowRequest= function(sKey,sGUID,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.AcceptStreamFollowRequest(sKey,sGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.DeclineStreamFollowRequest= function(sKey,sGUID,sWhy,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="sWhy" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.DeclineStreamFollowRequest(sKey,sGUID,sWhy,onSuccess,onFailed,userContext); }
Web.PostMyStream.SearchStreams= function(sKey,sUsername,sKeyword,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sUsername" type="String">System.String</param>
/// <param name="sKeyword" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.SearchStreams(sKey,sUsername,sKeyword,onSuccess,onFailed,userContext); }
Web.PostMyStream.ReadLink= function(sKey,sLink,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sLink" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.ReadLink(sKey,sLink,onSuccess,onFailed,userContext); }
Web.PostMyStream.PostLinks= function(sKey,sStream,sTitle,sDescription,saTitles,saDescriptions,saURLs,sCollectionGUID,nSecurity,aFollowers,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="sTitle" type="String">System.String</param>
/// <param name="sDescription" type="String">System.String</param>
/// <param name="saTitles" type="Array">System.String[]</param>
/// <param name="saDescriptions" type="Array">System.String[]</param>
/// <param name="saURLs" type="Array">System.String[]</param>
/// <param name="sCollectionGUID" type="String">System.String</param>
/// <param name="nSecurity" type="Number">System.Int32</param>
/// <param name="aFollowers" type="Array">System.Guid[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.PostLinks(sKey,sStream,sTitle,sDescription,saTitles,saDescriptions,saURLs,sCollectionGUID,nSecurity,aFollowers,onSuccess,onFailed,userContext); }
Web.PostMyStream.AddLinks= function(sKey,sContentGUID,saTitles,saDescriptions,saURLs,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sContentGUID" type="String">System.String</param>
/// <param name="saTitles" type="Array">System.String[]</param>
/// <param name="saDescriptions" type="Array">System.String[]</param>
/// <param name="saURLs" type="Array">System.String[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.AddLinks(sKey,sContentGUID,saTitles,saDescriptions,saURLs,onSuccess,onFailed,userContext); }
Web.PostMyStream.GetUser= function(sUserKey,sUserGUID,onSuccess,onFailed,userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sUserGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.GetUser(sUserKey,sUserGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.GetStream= function(sUserKey,sStreamGUID,onSuccess,onFailed,userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStreamGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.GetStream(sUserKey,sStreamGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.GetStreamContents= function(sKey,sStream,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.GetStreamContents(sKey,sStream,onSuccess,onFailed,userContext); }
Web.PostMyStream.CreateFolder= function(sKey,guidStream,sParent,sName,sDesc,nSecurityType,securityFollowers,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="guidStream" type="String">System.Guid</param>
/// <param name="sParent" type="String">System.String</param>
/// <param name="sName" type="String">System.String</param>
/// <param name="sDesc" type="String">System.String</param>
/// <param name="nSecurityType" type="Number">System.Int32</param>
/// <param name="securityFollowers" type="Array">System.Guid[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.CreateFolder(sKey,guidStream,sParent,sName,sDesc,nSecurityType,securityFollowers,onSuccess,onFailed,userContext); }
Web.PostMyStream.SaveImageDescription= function(sKey,imageGuid,description,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="imageGuid" type="String">System.Guid</param>
/// <param name="description" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.SaveImageDescription(sKey,imageGuid,description,onSuccess,onFailed,userContext); }
Web.PostMyStream.SaveFolder= function(sKey,guidFolder,sName,sDesc,nSecurityType,securityFollowers,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="guidFolder" type="String">System.Guid</param>
/// <param name="sName" type="String">System.String</param>
/// <param name="sDesc" type="String">System.String</param>
/// <param name="nSecurityType" type="Number">System.Int32</param>
/// <param name="securityFollowers" type="Array">System.Guid[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.SaveFolder(sKey,guidFolder,sName,sDesc,nSecurityType,securityFollowers,onSuccess,onFailed,userContext); }
Web.PostMyStream.GetTextResources= function(nLanguage,onSuccess,onFailed,userContext) {
/// <param name="nLanguage" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.GetTextResources(nLanguage,onSuccess,onFailed,userContext); }
Web.PostMyStream.ClearEventLog= function(sKey,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.ClearEventLog(sKey,onSuccess,onFailed,userContext); }
Web.PostMyStream.DeleteCollection= function(sKey,sGUID,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.DeleteCollection(sKey,sGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.AddContentItemToCollection2= function(sKey,sContentGUID,sCollectionGUID,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sContentGUID" type="String">System.String</param>
/// <param name="sCollectionGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.AddContentItemToCollection2(sKey,sContentGUID,sCollectionGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.AddContentItemToCollection= function(sKey,sContentGUID,sCollectionGUID,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sContentGUID" type="String">System.String</param>
/// <param name="sCollectionGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.AddContentItemToCollection(sKey,sContentGUID,sCollectionGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.RemoveContentItemFromCollection= function(sUserKey,sItemGUID,sCollectionGUID,onSuccess,onFailed,userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sItemGUID" type="String">System.String</param>
/// <param name="sCollectionGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.RemoveContentItemFromCollection(sUserKey,sItemGUID,sCollectionGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.GetCollectionContent= function(sUserKey,sGUID,onSuccess,onFailed,userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.GetCollectionContent(sUserKey,sGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.RenameCollection= function(sKey,sCollectionGUID,sName,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sCollectionGUID" type="String">System.String</param>
/// <param name="sName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.RenameCollection(sKey,sCollectionGUID,sName,onSuccess,onFailed,userContext); }
Web.PostMyStream.RenameStream= function(sKey,sStreamGUID,sName,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sStreamGUID" type="String">System.String</param>
/// <param name="sName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.RenameStream(sKey,sStreamGUID,sName,onSuccess,onFailed,userContext); }
Web.PostMyStream.RemoveUnpostedVideos= function(sUserKey,sStream,saVideos,onSuccess,onFailed,userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="saVideos" type="Array">System.String[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.RemoveUnpostedVideos(sUserKey,sStream,saVideos,onSuccess,onFailed,userContext); }
Web.PostMyStream.RemoveAllUnpostedVideos= function(sUserKey,sStream,onSuccess,onFailed,userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.RemoveAllUnpostedVideos(sUserKey,sStream,onSuccess,onFailed,userContext); }
Web.PostMyStream.LikeContentItem= function(sUserKey,sStream,sItem,onSuccess,onFailed,userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="sItem" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.LikeContentItem(sUserKey,sStream,sItem,onSuccess,onFailed,userContext); }
Web.PostMyStream.UnlikeContentItem= function(sUserKey,sStream,sItem,onSuccess,onFailed,userContext) {
/// <param name="sUserKey" type="String">System.String</param>
/// <param name="sStream" type="String">System.String</param>
/// <param name="sItem" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.UnlikeContentItem(sUserKey,sStream,sItem,onSuccess,onFailed,userContext); }
Web.PostMyStream.LogLinkVisit= function(sKey,sLinkGUID,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sLinkGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.LogLinkVisit(sKey,sLinkGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.StartImportPMP= function(sPMPEmail,sPMPPassword,sPMSLogin,sPMSPassword,sStreamName,onSuccess,onFailed,userContext) {
/// <param name="sPMPEmail" type="String">System.String</param>
/// <param name="sPMPPassword" type="String">System.String</param>
/// <param name="sPMSLogin" type="String">System.String</param>
/// <param name="sPMSPassword" type="String">System.String</param>
/// <param name="sStreamName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.StartImportPMP(sPMPEmail,sPMPPassword,sPMSLogin,sPMSPassword,sStreamName,onSuccess,onFailed,userContext); }
Web.PostMyStream.GetPMPImportStatus= function(sID,onSuccess,onFailed,userContext) {
/// <param name="sID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.GetPMPImportStatus(sID,onSuccess,onFailed,userContext); }
Web.PostMyStream.CancelPMPImport= function(sID,onSuccess,onFailed,userContext) {
/// <param name="sID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.CancelPMPImport(sID,onSuccess,onFailed,userContext); }
Web.PostMyStream.MoveCollection= function(sKey,sSrcGUID,sDestGUID,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sSrcGUID" type="String">System.String</param>
/// <param name="sDestGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.MoveCollection(sKey,sSrcGUID,sDestGUID,onSuccess,onFailed,userContext); }
Web.PostMyStream.RotateImage= function(sKey,sGUID,nDegrees,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="nDegrees" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.RotateImage(sKey,sGUID,nDegrees,onSuccess,onFailed,userContext); }
Web.PostMyStream.DeleteLink= function(sKey,sGUID,onSuccess,onFailed,userContext) {
/// <param name="sKey" type="String">System.String</param>
/// <param name="sGUID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Web.PostMyStream._staticInstance.DeleteLink(sKey,sGUID,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Web.Classes');
if (typeof(Web.Classes.StreamContentCollection) === 'undefined') {
Web.Classes.StreamContentCollection=gtc("Web.Classes.StreamContentCollection");
Web.Classes.StreamContentCollection.registerClass('Web.Classes.StreamContentCollection');
}

