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