getChangeFolderPropDataDefXml

 

Function Name: getChangeFolderPropDataDefXml

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This function is used to generate Data Definition for change in Folder Property Xml.

 

Input Parameters

Output Parameters

 

Prototype:

 

public String getChangeFolderPropDataDefXml

(

 

 

 

String fieldList,

 

 

String dataDefIndex

 

)

 

 

Input Parameters:

Name

Description

Valid Values

Default Behaviour

fieldList

Contains the information about fields List. This List can be generated using the function getDataDefFieldXml.

 

N/A

dataDefIndex

Index of the Data Definition.

Integer > 0

 

 

Output Parameters:

Xml containing Data Definition details namely, Name, Index and fields List.

<DataDefinition>

<DataDefIndex>12</DataDefIndex>

<Fields>

<Field>

<IndexId>41</IndexId>

<IndexName>ddded</IndexName>

<IndexType>B</IndexType>

<IndexLength>1</IndexLength>

<IndexAttribute>1</IndexAttribute>

<UsefulInfoFlag>N</UsefulInfoFlag>

<UsefulInfoSize>0</UsefulInfoSize>

<IndexFlag>G</IndexFlag>

</Field>

<Field>

<IndexId>41</IndexId>

<IndexName>ddded</IndexName>

<IndexType>B</IndexType>

<IndexLength>1</IndexLength>

<IndexAttribute>1</IndexAttribute>

<UsefulInfoFlag>N</UsefulInfoFlag>

<UsefulInfoSize>0</UsefulInfoSize>

<IndexFlag>G</IndexFlag>

</Field>

</Fields>

</DataDefinition>