Get Folder Property

 

Function Name:  getGetFolderPropertyXml

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This function is used to get the Property or details of the given Folder of the System.

 

 

Input Parameters

Sample InputXML

Output Parameters

Sample OutputXML

View xml API::NGOGetFolderProperty

  

 

Prototype:

 

public String getGetFolderPropertyXml

(

 

 

 

String cabinetName, String userDbId,

 

 

String creationDateTime, String folderIndex,

 

 

String dataAlsoFlag

 

)

 

 

Input Parameters:

Name

Description

Valid Values

Default Behaviour

cabinetName

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

 

N/A

userDbId

UserDatabase ID, which is returned after execution of getConnectCabinetXml call.

 

N/A

creationDateTime

Date and Time of creation of the Folder.

A valid Date in the format yyyy-mm-dd hh:mm:ss

Current Date and Time.

folderIndex

Index of the Folder whose Property has to be fetched.

Integer > 0

N/A

dataAlsoFlag

Flag that indicates whether the Data Class associated with the Folder and their values have to be fetched.

Y/N

N

 

Output Parameters:

An inputXmlInputXml string of the NGOGetFolderProperty call.