WorkSiteGetSubFolders Method (String)Mocom WorkSite Library API
Gets a list of folders contained in the root folder specified by the object id.

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

public Collection<WorkSiteFolder> GetSubFolders(
	string folderObjectId
)

Parameters

folderObjectId
Type: SystemString
The object id for the folder.

Return Value

Type: CollectionWorkSiteFolder
A collection of WorkSiteFolder
See Also

Reference