Click or drag to resize
EntityModelGetAttributeModel Method
Searches for an attribute model with the specified name, and returns it.

Namespace: CMS.MembershipProvider.Facebook
Assembly: CMS.MembershipProvider (in CMS.MembershipProvider.dll) Version: 9.0.0
Syntax
C#
public EntityAttributeModel GetAttributeModel(
	string name
)

Parameters

name
Type: SystemString
The attribute name.

Return Value

Type: EntityAttributeModel
The attribute model with the specified name, if found; otherwise, null.
See Also