Get Ancestor List

 

Function Name:  getGetAncestorListXml

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This function is used to get the complete path of a folder starting from the root.

 

Input Parameters

Sample InputXML

Output Parameters

Sample OutputXML

View xml API::NGOGetAncestorList

 

 

Prototype:

 

public String getGetAncestorListXml

(

 

 

 

String cabinetName, String userDbId,

 

 

String folderIndex, String rightFlag

 

)

 

 

Input Parameters:

Name

Description

Valid Values

Default Behaviour

cabinetName

Name of the Database Cabinet to which the User wants to connect.

 

N/A

userDBId

User Database ID, which is returned in the ConnectCabinet call.

 

N/A

folderindex

Index of the folder whose Ancestor List is to be fetched.

Integer > 0

N/A

rightFlag

Indicates whether Rights of the logged in User are to be returned on all the Folders returned in the output of this call.

‘Y’-Yes

‘N’ -N

N

 

Output Parameters:

An inputXmlInputXml string of the NGOGetAncestorList call.