Click or drag to resize
AbstractUserControlEvalGuid Method
Evaluates the item data and converts it to the guid.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public virtual Guid EvalGuid(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: Guid
See Also