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: 7.2.0.0 (7.2.7583.15464)
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