VaultApplicationBaseSetCallingThreadCulture Method

Sets the current thread culture according to the current user's culture.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected virtual void SetCallingThreadCulture(
	Vault vault,
	SessionInfo info
)

Parameters

vault  Vault
The vault object.
info  SessionInfo
The current user session info.

See Also