BuildMaster SDK Reference
Version:

GetControlsFromArgument(object arg, System.Web.UI.IAttributeAccessor attributeSource) Method

Gets the controls from the argument.

Syntax

protected static IEnumerable<System.Web.UI.Control> GetControlsFromArgument(object arg, System.Web.UI.IAttributeAccessor attributeSource)

Parameters

arg
Type: object

The argument.

attributeSource
Type: System.Web.UI.IAttributeAccessor

The attribute source.

Exceptions

System.ArgumentNullException