MetadataStructureValidatorIsValid(Vault, IConfiguration, MFWorkflowAttribute, Object, Object, ValidationResultBase) Method
            
            Check the validity of Workflow reference and its states in the vault.
            
            
            
              Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
protected virtual bool IsValid(
	Vault vault,
	IConfiguration configuration,
	MFWorkflowAttribute attribute,
	Object reference,
	Object parent,
	ValidationResultBase validationResult
)
- vault  Vault
 - Vault in which to check.
 - configuration  IConfiguration
 - The configuration that is being validated.
 - attribute  MFWorkflowAttribute
 - The attribute that contains the validation rules.
 - reference  Object
 - Reference to object to validate.
 - parent  Object
 - Parent of the object reference. Can be null.
 - validationResult  ValidationResultBase
 - The validation state that receives the validation results.
 
BooleanReturns true if the validation succeeded.