[This is preliminary documentation and is subject to change.]
Deletes a classification
Namespace:
OfficeClip.DBLayer.FrameworkAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public void DeleteClassification( int labelId ) |
Visual Basic (Declaration) |
---|
Public Sub DeleteClassification ( _ labelId As Integer _ ) |
Visual C++ |
---|
public: void DeleteClassification( int labelId ) |
Parameters
- labelId
- Type: System..::.Int32