ExpansionContextGetExpansionTypeForDataType Method
Gets the best expansion type corresponding to the datatype.
Namespace: MFiles.VAF.PlaceholdersAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public static ExpansionContextType GetExpansionTypeForDataType(
MFDataType dataType
)
- dataType MFDataType
- The datatype.
ExpansionContextTypeThe
ExpansionContextType type mapped to the passed datatype.
If the vault and a propertyDef are available, it is usually better to use the
GetExpansionTypeForPropertyDef() method, as it will separate objects from
valuelistitems.