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: 6.0.0.0 (6.0.6225.27214)
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