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