DocumentLibraryInfo Class

Represents the library of documents associated with a CMS Documents Part.
Inheritance Hierarchy
SystemObject
  BBNCExtensions.API.DocumentsDocumentLibraryInfo

Namespace: BBNCExtensions.API.Documents
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public class DocumentLibraryInfo

The DocumentLibraryInfo type exposes the following members.

Constructors
  NameDescription
Public methodDocumentLibraryInfo
Fields
  NameDescription
Public fieldDescription
User defined description of the Document part that created and manages this library.
Public fieldFileTypes
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 fieldLibraryId
This library's unique Id
Public fieldLibraryName
Name of the Document part that created and manages this library.
Public fieldMaxSizeBytes
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 fieldRequiresApproval
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 fieldRestrictFileTypes
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.
Each Documents part creates an associated library of documents. All of the documents in a Libary share the same security context.