MacroIdentityOptionIsNullOrEmpty Method |
Indicates whether
identityOption is null or both its
IdentityName and
UserName properties are null or empty.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax public static bool IsNullOrEmpty(
MacroIdentityOption identityOption
)
Parameters
- identityOption
- Type: CMS.MacroEngineMacroIdentityOption
Identity option to be checked for null or emptiness.
Return Value
Type:
BooleanReturns true when
identityOption is null or when both its identity name and user name are null or empty strings.
See Also