Click or drag to resize

LinkedDocumentsSchemaMode Enumeration

Linked Documents Schema Mode

Namespace:  FileHold.LibraryManager.Models
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public enum LinkedDocumentsSchemaMode
Members
  Member nameValueDescription
AllSchemas0 Documents with all schemas
MatchingSchema1 Documents with only the matching schema
NotMatchingSchema2 Documents with not matching schema
See Also