BuildMaster SDK Reference
Version:

WriteClassAttribute(Inedo.Web.Controls.ClassCollection classes) Method

Writes the class attribute to the current tag using a class collection.

Syntax

public void WriteClassAttribute(Inedo.Web.Controls.ClassCollection classes)

Parameters

classes
Type: Inedo.Web.Controls.ClassCollection

The class collection.

Exceptions

System.ArgumentNullException

classes is null (Nothing in Visual Basic).

System.InvalidOperationException

There is no current tag or the current tag has been closed.