Click or drag to resize

RpObjectGetAttributeId Method (String)

Gets the attribute identifier corresponding to the attribute label.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public int GetAttributeId(
	string label
)

Parameters

label
Type: SystemString
The attribute label.

Return Value

Type: Int32
The attribute identifier, or 0 if not found.
Remarks
This identifier reflects the order in which the attributes appear in the view specification (starting from 1).
See Also