ReferenceTreeProcessCmdCount Method |
Processes a placeholder to its match Count string.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static string Count(
Vault contextVault,
ObjVer contextObjVer,
PropertyValues contextProps,
Match match,
bool hideMissingValues = true
)
Public Shared Function Count (
contextVault As Vault,
contextObjVer As ObjVer,
contextProps As PropertyValues,
match As Match,
Optional hideMissingValues As Boolean = true
) As String
public:
static String^ Count(
Vault^ contextVault,
ObjVer^ contextObjVer,
PropertyValues^ contextProps,
Match^ match,
bool hideMissingValues = true
)
Parameters
- contextVault
- Type: Vault
Context Vault ( often the ModuleManager.PermenantVault ) - contextObjVer
- Type: ObjVer
Target ObjVer - contextProps
- Type: PropertyValues
PropertyValues of the Target Object - match
- Type: System.Text.RegularExpressionsMatch
Placeholder Match - hideMissingValues (Optional)
- Type: SystemBoolean
Should hidden values be shown?
Return Value
Type:
String
See Also