MetadataCacheVaultGetStateAdmin Method |
Gets the full (admin) state data struct.
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual StateAdmin GetStateAdmin(
int stateId
)
Public Overridable Function GetStateAdmin (
stateId As Integer
) As StateAdmin
public:
virtual StateAdmin^ GetStateAdmin(
int stateId
)
Parameters
- stateId
- Type: SystemInt32
The state id.
Return Value
Type:
StateAdminThe state data struct (full admin struct).
See Also