Click or drag to resize

FoldersUtilsFindParentOfType Method

Namespace:  PDTec.IceNet.Domain.Folders
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static IFolder FindParentOfType(
	IFolder pFolder,
	string folderType,
	IRepository pRepository
)

Parameters

pFolder
Type: PDTec.IceNet.Core.ModelIFolder
folderType
Type: SystemString
pRepository
Type: PDTec.IceNet.Core.ModelIRepository

Return Value

Type: IFolder
See Also