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