BuildMaster SDK Reference
Version:

WriteAttributes(Inedo.Web.Controls.AttributeCollection attributes) Method

Writes attributes contained in the attribute collection to the current tag.

Syntax

public void WriteAttributes(Inedo.Web.Controls.AttributeCollection attributes)

Parameters

attributes
Type: Inedo.Web.Controls.AttributeCollection

The class collection.

Exceptions

System.ArgumentNullException

attributes is null (Nothing in Visual Basic).

System.InvalidOperationException

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