Click or drag to resize
EntityAttributeValueConverterBaseGetValueT Method
Gets the attribute value of the specified entity regardless of value nullability, and returns it.

Namespace: CMS.ExternalAuthentication.Facebook
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
protected Nullable<T> GetValue<T>(
	Object entity
)
where T : struct, new()

Parameters

entity
Type: SystemObject
The entity to get the value from.

Type Parameters

T
The type of entity attribute value.

Return Value

Type: NullableT
The attribute value of the specified entity regardless of value nullability.
See Also