WorkSiteGetDocumentsInFolder Method Mocom WorkSite Library API
Gets a list of documents in a document folder

Namespace: Mocom_WorkSite_Library
Assembly: Mocom WorkSite Library (in Mocom WorkSite Library.dll) Version: 1.0.8.0 (1.0.8)
Syntax

public Collection<WorkSiteDocument> GetDocumentsInFolder(
	string objectId
)

Parameters

objectId
Type: SystemString
The object ID of the folder to look in.

Return Value

Type: CollectionWorkSiteDocument
A collection of WorkSiteDocument
See Also

Reference