Click or drag to resize
IDatabaseRepositoryAssignQualification Method (IFolder, String, String)
Assigns a qualification for the party to the folder.

Namespace: PDTec.IceNet.Core.Database
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
void AssignQualification(
	IFolder pFolder,
	string partyName,
	string qualificationName
)

Parameters

pFolder
Type: PDTec.IceNet.Core.ModelIFolder
The folder.
partyName
Type: SystemString
The party name.
qualificationName
Type: SystemString
The qualification name.
Remarks
This method fails if the qualification is already assigned.
See Also