Click or drag to resize

SSMapServicesDeleteUserAgent Method


Deletes a User Agent Branding by its name

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
Syntax
public XHRServiceResponseGeneric<string> DeleteUserAgent(
	string data
)

Parameters

data
Type: SystemString
Name of the User Agent to be deleted

Return Value

Type: XHRServiceResponseGenericString
Deleted User Agent Branding name
Remarks

If User Agent with matching name doesn't exist, returns error status

See Also