IConditionalRequirementJsPath Property

The JsPath query to run on the clients. If results are found by the query, the member will be required. When no results are found, it won't be required. Should match the IsRequired(Object) implementation in terms of logic.

Definition

Namespace: MFiles.VAF.Configuration.Validation
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
string JsPath { get; }

Property Value

String

See Also