Click or drag to resize

SSMapServicesDeleteUserAgent Method


Deletes a User Agent Branding by its name

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

Parameters

data  String
Name of the User Agent to be deleted

Return Value

XHRServiceResponseGenericString
Deleted User Agent Branding name
Remarks

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

See Also