MFUtilsGetStateAdmin Method |
Retrieves the StateAdmin object for a state.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static StateAdmin GetStateAdmin(
Vault vault,
MFIdentifier state
)
Public Shared Function GetStateAdmin (
vault As Vault,
state As MFIdentifier
) As StateAdmin
public:
static StateAdmin^ GetStateAdmin(
Vault^ vault,
MFIdentifier^ state
)
Parameters
- vault
- Type: Vault
The vault in which the state resides - state
- Type: MFiles.VAF.ConfigurationMFIdentifier
A reference to the state.
Return Value
Type:
StateAdminThe StateAdmin object of the passed state.
See Also