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

Namespace:  OfficeClip.DBLayer.Tracker
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void SetStyleCode(
	int projectId,
	int styleCode,
	bool isEnabled
)
Visual Basic (Declaration)
Public Sub SetStyleCode ( _
	projectId As Integer, _
	styleCode As Integer, _
	isEnabled As Boolean _
)
Visual C++
public:
void SetStyleCode(
	int projectId, 
	int styleCode, 
	bool isEnabled
)

Parameters

projectId
Type: System..::.Int32
styleCode
Type: System..::.Int32
isEnabled
Type: System..::.Boolean

See Also