using Neo.Afx.Services.Documents.Entities; namespace Neo.Afx.Services.Documents { /// /// The enumeration. /// public enum DocumentStoreTypeEnum // [Doc].[DocumentStoreTypes] { /// /// The SQL Server store. /// SQL = 2 } /// /// The authentication type enumeration. /// public enum LocationAuthTypeEnum { /// /// Anonymous authentication /// Anonymous = 1, /// /// Network credentials authentication /// NetworkCredential = 2 } }