PlaceholderValidatorValidatePlaceholder(String, String, Boolean, Boolean, ExpansionContextType, Int32) Method

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public bool ValidatePlaceholder(
	string placeholderStr,
	string itemName,
	bool required = true,
	bool canBeEmpty = true,
	ExpansionContextType[] validTypes = null,
	int[] validValueLists = null
)

Parameters

placeholderStr  String
 
itemName  String
 
required  Boolean  (Optional)
 
canBeEmpty  Boolean  (Optional)
 
validTypes  ExpansionContextType  (Optional)
 
validValueLists  Int32  (Optional)
 

Return Value

Boolean

See Also