Click or drag to resize
MacroIdentityOptionIsNullOrEmpty Method
Indicates whether identityOption is null or both its IdentityName and UserName properties are null or empty.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax
C#
public static bool IsNullOrEmpty(
	MacroIdentityOption identityOption
)

Parameters

identityOption
Type: CMS.MacroEngineMacroIdentityOption
Identity option to be checked for null or emptiness.

Return Value

Type: Boolean
Returns true when identityOption is null or when both its identity name and user name are null or empty strings.
See Also