Click or drag to resize

ImportProfileV15 Methods

The ImportProfileV15 type exposes the following members.

Methods
  NameDescription
Public methodCheckForPotentiallyStaleImport
Checks if a running import for an import profile might be stale If the running import is suspected to be stale will the OIP_POTENTIALLYSTALE property on the import profile be set to true This can be utilized to send notifications to relevant users Note: The CM can only be used for cloud environments on the Horizons platform Note: If the OIP_POTENTIALLYSTALE flag is already set, will no change event be triggered
Public methodStartFullImportProfile
Starts a full import for the import profile with given UID. The CM should be used only for V15 or later. The import will be a full import where highwatermarks for delta systems are reset but the internal highwatermarks will be respected. Note: The CM should be used only if Horizon imports are enabled. Note: Version that allows turning off authoritative data loading.
Public methodStartImportProfile
Starts the import profile with given UID. Note: The CM should be used only for V15 or later. Note: Version that allows turning off authoritative data loading.
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also