Click or drag to resize

ImportSetBuilderAddCustodian Method (String)

Adds a custodian without sources to the import set. If a custodian with the provided name already exists then that custodian is returned.

Namespace:  Law.EdaIntegration.Import
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.3
Syntax
C#
public Custodian AddCustodian(
	string custodianName
)

Parameters

custodianName
Type: SystemString

[Missing <param name="custodianName"/> documentation for "M:Law.EdaIntegration.Import.ImportSetBuilder.AddCustodian(System.String)"]

Return Value

Type: Custodian

[Missing <returns> documentation for "M:Law.EdaIntegration.Import.ImportSetBuilder.AddCustodian(System.String)"]

Implements

IImportSetBuilderAddCustodian(String)
See Also