DocumentsGetLibaryDocumentsDirect Method

Returns info on every Document in a given library, accessing the library directly by its id. This direct approach does not require you have an associated content Part Id to retrieve the Library documents, 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 List<DocumentInfo> GetLibaryDocumentsDirect(
	int LibraryId
)

Parameters

LibraryId
Type: SystemInt32

Return Value

Type: ListDocumentInfo