ClientOperationsRefreshMetadataCache Method

Forces the MFAdmin configurator to refresh it's metadata structure cache. It is wise to call this if a command has changes the metaddata structure of the vault. (e.g. Add, remove, update object types, classes, property defs, workflows, etc...). This can take significant time on the client, so use this sparingly!

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public void RefreshMetadataCache()

See Also