Removes the specified user from the folder subscription list

Syntax

Visual Basic (declaration)
Public Function RemoveUserFromFolderSubscribers( _ 
ByVal AuthenticationTicket as String, _ ByVal FolderPath as String, _ ByVal UserName as String, _ ByVal IncludeSubObjects as bool) as XmlNode

C# (declaration)
public XmlNode RemoveUserFromFolderSubscribers( 
string AuthenticationTicket, string FolderPath, string UserName, bool IncludeSubObjects)

Parameters

AuthenticationTicket
    string infoRouter ticket
FolderPath
    string Folder path that the subsriber to be removed.
UserName
    string The username of the user.
IncludeSubObjects
    bool Remove the subcriber from the sub-folders and the documents

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 his/her subscription, no permission is required.
Otherwise the caller must have "full control" to the document.