Unsupported content

 

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

ImportExport - exportPropertyDictionary_1

ImportExport - exportPropertyDictionary

Description :

This command is deprecated. The PropertySync feature is no longer supported.

This command exports a subset of the property dictionary. This subset must be a custom property class whose synchronize attribute is set to true. (For information on setting the synchronize attribute, see PropertyClass : setSynchronize .)

To use this command, PropertySync must be enabled on the Application Server.

Return type : java.lang.Void

Command Input :

Variable Name

Variable Type

Description

outputPath

String

Name of the directory in which you want to put the exported property dictionary. If this directory exists and has files in it, this command overwrites the files. If this directory does not exist, this command creates it.

propertyClassPath

String

Path of property class to be used as the root of the export.

Example

The following example exports a subset of the property dictionary. This subset is a custom property class.

Script





blcli ImportExport exportPropertyDictionary /c/tmp/export_files/propDictionary Class://SystemObject/MyCustomPsc 



Was this page helpful? Yes No Submitting... Thank you

Comments