Removes the specified user from the document subscription List

Syntax

Visual Basic (declaration)
Public Function RemoveUserFromDocumentSubscribers( _ 
ByVal AuthenticationTicket as String, _ ByVal DocumentPath as String, _ ByVal UserName as String) as XmlNode

C# (declaration)
public XmlNode RemoveUserFromDocumentSubscribers( 
string AuthenticationTicket, string DocumentPath, string UserName)

Parameters

AuthenticationTicket
    string infoRouter ticket
DocumentPath
    string Document path that the subscriber to be removed.
UserName
    string The username of the user.

Return Value

returns xml fragment.
<response success="true" error="">
if success attribute is "true", the subscriber has been removed.
if success attribute is "false", the error attribute indicates the encountered error.

Remarks

If the caller removes the his/her subscription no permission is required.
Otherwise the caller must have "full control" to the document.