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