EntityInfoGetAttributeInfo Method |
Searches for an entity attribute info with the specified name, and returns it.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax public EntityAttributeInfo GetAttributeInfo(
string name
)
Parameters
- name
- Type: SystemString
The entity attribute name.
Return Value
Type:
EntityAttributeInfoThe entity attribute info with the specified name, if found; otherwise, null.
See Also