[This is preliminary documentation and is subject to change.]

Updates a classification

Namespace:  OfficeClip.DBLayer.Framework
Assembly:  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

Return Value

See Also