IJsonpWsEndUserSetRemovePersonalTemplate Method
|
The method can be used when an user wants to remove a previously created personal template. A template can be removed if it's not on sale. FTP space is released after template deletion
Namespace:
Aruba.Cloud.WsEndUser
Assembly:
Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "SetRemovePersonalTemplate/{jsonp}/{userName}/{token}/{templateId}")]
Stream SetRemovePersonalTemplate(
string jsonp,
string userName,
string token,
string templateId
)<OperationContractAttribute>
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "SetRemovePersonalTemplate/{jsonp}/{userName}/{token}/{templateId}")>
Function SetRemovePersonalTemplate (
jsonp As String,
userName As String,
token As String,
templateId As String
) As Stream[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"SetRemovePersonalTemplate/{jsonp}/{userName}/{token}/{templateId}")]
Stream^ SetRemovePersonalTemplate(
String^ jsonp,
String^ userName,
String^ token,
String^ templateId
)[<OperationContractAttribute>]
[<WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "SetRemovePersonalTemplate/{jsonp}/{userName}/{token}/{templateId}")>]
abstract SetRemovePersonalTemplate :
jsonp : string *
userName : string *
token : string *
templateId : string -> Stream
function SetRemovePersonalTemplate(
jsonp : String,
userName : String,
token : String,
templateId : String
) : Stream
Parameters
- jsonp
- Type: SystemString
- userName
- Type: SystemString
- token
- Type: SystemString
- templateId
- Type: SystemString
Return Value
Type:
Stream
Examples
See Also