[This is preliminary documentation and is subject to change.]
The import policy used when importing an xml to OfficeClip. These import
policies are used when the OfficeClip service id is present and it
matches the OfficeClip current installation and other parameters.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public enum OCServiceImportPolicy |
Visual Basic (Declaration) |
---|
Public Enumeration OCServiceImportPolicy |
Visual C++ |
---|
public enum class OCServiceImportPolicy |
Members
Member name | Description | |
---|---|---|
None |
Default value, meaning is do nothing
| |
OfficeClipOverride |
For the same record, do not copy the matched entries from the external
source but add new ones.
| |
ExternalOverride |
For the same record, overwrite the database entry with the external
entry and add the new ones.
| |
UseInternal |
Use the Command tag in the external Xml file as the sole means to decide
on what to do.
|