SSMapServicesDeleteUserAgent Method
|
Deletes a User Agent Branding by its name
Namespace:
IngeniuxCMService
Assembly:
IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.5.94
Syntax public XHRServiceResponseGeneric<string> DeleteUserAgent(
string data
)
Public Function DeleteUserAgent (
data As String
) As XHRServiceResponseGeneric(Of String)
public:
virtual XHRServiceResponseGeneric<String^>^ DeleteUserAgent(
String^ data
) sealed
abstract DeleteUserAgent :
data : string -> XHRServiceResponseGeneric<string>
override DeleteUserAgent :
data : string -> XHRServiceResponseGeneric<string>
Parameters
- data
- Type: SystemString
Name of the User Agent to be deleted
Return Value
Type:
XHRServiceResponseGenericStringDeleted User Agent Branding name
Remarks If User Agent with matching name doesn't exist, returns error status
See Also