[This is preliminary documentation and is subject to change.]
Various commands for OfficeClip Services.
Namespace:
OfficeClip.BusinessLayerAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public enum OCServiceCommand |
| Visual Basic (Declaration) |
|---|
Public Enumeration OCServiceCommand |
| Visual C++ |
|---|
public enum class OCServiceCommand |
Members
| Member name | Description | |
|---|---|---|
| None |
The default value showing that the command is not specified
| |
| DBInsert |
Insert this object in the database
| |
| DBUpdate |
Update this object in the database
| |
| DBDelete |
Delete this object from this database
|
