ReferenceTreeProcessCmdCount Method

Processes a placeholder to its match Count string.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static string Count(
	Vault contextVault,
	ObjVer contextObjVer,
	PropertyValues contextProps,
	Match match,
	bool hideMissingValues = true
)

Parameters

contextVault  Vault
Context Vault ( often the ModuleManager.PermenantVault )
contextObjVer  ObjVer
Target ObjVer
contextProps  PropertyValues
PropertyValues of the Target Object
match  Match
Placeholder Match
hideMissingValues  Boolean  (Optional)
Should hidden values be shown?

Return Value

String

See Also