[This is preliminary documentation and is subject to change.]
Inserts a new classification
Namespace:
OfficeClip.DBLayer.FrameworkAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public int InsertClassification( int userId, string color, string name ) |
| Visual Basic (Declaration) |
|---|
Public Function InsertClassification ( _ userId As Integer, _ color As String, _ name As String _ ) As Integer |
| Visual C++ |
|---|
public: int InsertClassification( int userId, String^ color, String^ name ) |
Parameters
- userId
- Type: System..::.Int32
- color
- Type: System..::.String
- name
- Type: System..::.String
