DocumentsGetDocumentLibraryInfoDirect Method

Get the API.Documents.DocumentLibraryInfo object of the specified Document Library. This direct approach does not require you have an associated content Part Id to retrieve the Library info, since document libraries may exist which are not explictly associating with a Documents 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 GetDocumentLibraryInfoDirect(
	int LibraryId
)

Parameters

LibraryId
Type: SystemInt32
The Id of the Documents Library.

Return Value

Type: DocumentLibraryInfo
An API.Documents.DocumentLibraryInfo object.