DocumentsGetLibaryDocuments Method

Returns info on every Document in a given library associated 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 List<DocumentInfo> GetLibaryDocuments(
	int DocumentPartId
)

Parameters

DocumentPartId
Type: SystemInt32
The Part Id of the document part to retrieve the document list from. Part Id can be found in the Document Part's Properties page.

Return Value

Type: ListDocumentInfo