MFUtilsGetStateAdmin Method

Retrieves the StateAdmin object for a state.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static StateAdmin GetStateAdmin(
	Vault vault,
	MFIdentifier state
)

Parameters

vault  Vault
The vault in which the state resides
state  MFIdentifier
A reference to the state.

Return Value

StateAdmin
The StateAdmin object of the passed state.

See Also