WorkSiteGetWorkspaceByClientAndMatter Method Mocom WorkSite Library API
Get a list of Workspaces for the supplied Client and Matter

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> GetWorkspaceByClientAndMatter(
	string client,
	string matter
)

Parameters

client
Type: SystemString
The client reference
matter
Type: SystemString
The matter reference for the relevant client

Return Value

Type: CollectionWorkSiteFolder
A collection of WorkSiteFolder object.
See Also

Reference