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.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax public Nullable<bool> DocumentIdIsNull { get; set; }
Property Value
Type:
NullableBooleanSee Also