DocumentsGetDocumentLibraryInfo Method

Get the API.Documents.DocumentLibraryInfo object of the Document Library associated with a given Document Part.

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 abstract DocumentLibraryInfo GetDocumentLibraryInfo(
	int DocumentPartId
)

Parameters

DocumentPartId
Type: SystemInt32
The Part Id of the Documents Part containing the Documents Library. The Part Id can be found in the Document Part's Properties page.

Return Value

Type: DocumentLibraryInfo
An API.Documents.DocumentLibraryInfo object.