Click or drag to resize

IRepositoryTryGetFolderByKey Method

Retrieves a folder by its key.

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 TryGetFolderByKey(
	string key,
	out IFolder pFolder
)

Parameters

key
Type: SystemString
A folder key.
pFolder
Type: PDTec.IceNet.Core.ModelIFolder
The folder.

Return Value

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