DocumentLibraryInfo Fields

The DocumentLibraryInfo type exposes the following members.

Fields
  Name Description
Public field Description
User defined description of the Document part that created and manages this library.
Public field FileTypes
User defined list of file types to dictate what documents can be uploaded to this library, as determined in the designer of the Document part that created and manages this library. Contains file extension and mime type.
Public field LibraryId
This library's unique Id
Public field LibraryName
Name of the Document part that created and manages this library.
Public field MaxSizeBytes
User defined maximum file size for documents in this library, as determined in the designer of the Document part that created and manages this library.
Public field RequiresApproval
User defined approval rule for documents in this library, as determined in the designer of the Document part that created and manages this library.
Public field RestrictFileTypes
User defined rule for whether to restrict uploads to this library by the FileTypes list, as determined in the designer of the Document part that created and manages this library.
See Also