Removes the association between specified documents.
Syntax
Visual Basic (declaration)
|
Public Function RemoveAssociation( _ ByVal AuthenticationTicket as String, _
ByVal DocumentPath as String, _
ByVal AssociateWith_DocumentPath as String, _
ByVal IsReverseAssociation as bool) as XmlNode
|
C# (declaration)
|
public XmlNode RemoveAssociation( string AuthenticationTicket,
string DocumentPath,
string AssociateWith_DocumentPath,
bool IsReverseAssociation)
|
Parameters
AuthenticationTicket
string inforouter ticket
DocumentPath
string The path of the document that the association will be removed from.
AssociateWith_DocumentPath
string The path of the document that the association will be removed.
IsReverseAssociation
bool Is this reverse association type or not.
Return Value
returns xml fragment.
<response success="true" error="">
if success attribute is "true", the association between documents removed successfully.
if success attribute is "false", the error attribute indicates the encountered error.