Returns the parent ids of the specified folder id.

Syntax

Visual Basic (declaration)
Public Function GetParentFolderIDs( _ 
ByVal AuthenticationTicket as String, _ ByVal FolderID as Integer) as XmlNode

C# (declaration)
public XmlNode GetParentFolderIDs( 
string AuthenticationTicket, int FolderID)

Parameters

AuthenticationTicket
    string infoRouter ticket
FolderID
    int Folder id

Return Value

returns xml fragment.
<response success="true" error="">
if success attribute is "true", the id path information has been retrived successfully like the xml sample below.
if success attribute is "false", the error attribute indicates the encountered error.

<response success="true" error="" idpath="10127,10142,10313"/>