Click or drag to resize
GetVariantEventArgsDocumentIdIsNull Property
If set, adds check to SQL query whether the variant document id is or is not null. When null, skips the check.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public Nullable<bool> DocumentIdIsNull { get; set; }

Property Value

Type: NullableBoolean
See Also