Click or drag to resize

FoldersUtilsGetFolderInfoDuplicates Method

Finds folders that contain more than one 'IceNet.Folders.FolderInfo' instance.

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 List<Pair<string, string>> GetFolderInfoDuplicates(
	IDatabaseRepository pRepository
)

Parameters

pRepository
Type: PDTec.IceNet.Core.DatabaseIDatabaseRepository
The repository.

Return Value

Type: ListPairString, String
List of folder ID/Name pairs.
See Also