ExpansionContextGetExpansionTypeForPropertyDef Method

Gets the best expansion type corresponding to a PropertyDef's datatype and valuelist.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static ExpansionContextType GetExpansionTypeForPropertyDef(
	Vault vault,
	PropertyDef propDef
)

Parameters

vault  Vault
The vault in which the propertydef is defined.
propDef  PropertyDef
The property def.

Return Value

ExpansionContextType
The ExpansionContextType best fitting the passed property def.

See Also