Click or drag to resize

FoldersUtilsFindParentOfType Method

Namespace:  PDTec.IceNet.Domain.Folders
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.0.0.0 (7.0.6906.26599)
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