EntityModelGetAttributeModel Method |
Searches for an attribute model with the specified name, and returns it.
Namespace: CMS.ExternalAuthentication.FacebookAssembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 12.0.0
Syntax public EntityAttributeModel GetAttributeModel(
string name
)
Parameters
- name
- Type: SystemString
The attribute name.
Return Value
Type:
EntityAttributeModelThe attribute model with the specified name, if found; otherwise, null.
See Also