Skip to main content

Enum MetaFileSystemLocation

The MetaFileSystemLocation enum is used to represent the different locations in the MetaFileSystem. This can map to a connection key reference using Workspace.XBR.Xperiflow.MetaFileSystem.IConnectionReferenceFactory. Note that this is a simple enum and does not represent all possible connection keys that are possible to use with the MetaFileSystem. This is merely to provide convenient, strongly typed access to the most common connection keys.

Namespace: Workspace.XBR.Xperiflow.MetaFileSystem

Assembly: Xperiflow.dll

Declaration
public enum MetaFileSystemLocation

Fields

Unknown

Declaration
[EnumMember]
Unknown = -1

Framework

Declaration
[EnumMember]
Framework = 0

Routine

Declaration
[EnumMember]
Routine = 1

Shared

Declaration
[EnumMember]
Shared = 2

Was this page helpful?