Click or drag to resize

IRepositoryTryGetFolder Method

Retrieves a folder.

Namespace:  PDTec.IceNet.Core.Model
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
bool TryGetFolder(
	string id,
	out IFolder pFolder
)

Parameters

id
Type: SystemString
The folder ID.
pFolder
Type: PDTec.IceNet.Core.ModelIFolder
The folder.

Return Value

Type: Boolean
true if the repository contains a folder with this ID; otherwise, false.
See Also