Click or drag to resize
EntityInfoGetAttributeInfo Method
Searches for an entity attribute info with the specified name, and returns it.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public EntityAttributeInfo GetAttributeInfo(
	string name
)

Parameters

name
Type: SystemString
The entity attribute name.

Return Value

Type: EntityAttributeInfo
The entity attribute info with the specified name, if found; otherwise, null.
See Also