Previous Topic: ClearText Method—Sets or Retrieves the Clear Text FlagNext Topic: Import Method—Imports an Object from the Temporary Files


Export Method—Exports the Specified SiteMinder Object from the Source Data Store

The Export method exports the specified SiteMinder object from the source data store into the two temporary files specified in the PolicyMgtSession‑>CreateDataManager method.

Syntax

The Export method has the following format:

Netegrity::PolicyMgtDataMgr‑>Export(smobject)

Parameters

The Export method accepts the following parameter:

smobject (type)

Specifies any SiteMinder object.

Return Value

The Export method returns one of the following values:

Remarks

After exporting, call the PolicyMgtDataMgr‑>Import method to copy the exported data from the temporary files into the target data store.

You can set export flags by calling the PolicyMgtDataMgr‑>ClearText method or the PolicyMgtDataMgr‑>IncludeDependencies method or both before exporting an object. Different flag settings can be applied to different exported objects.