Enum RepositoryTypes
Repositories which are the source of data.
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public enum RepositoryTypes
Fields
Code = 1
Data or Content-Types are generated in code.
Folder = 2
Data or Content-Types are from a folder (file system)
Sql = 3
Data or Content-Types are from SQL (default)
TestingDoNotUse = 4
Virtual source for certain tests.
Unknown = 0
Unknown Repository Type - should never be used.
Remarks
This is used to specify where data comes from.