Hevea documentation

DocumentRegistrationCollection.Add Method (DocumentRegistration, Boolean)

Adds a new document registration in the list.

public void Add(
   DocumentRegistration registration,
   bool ignore
);

Parameters

registration
registration to add
ignore
if set to true, ignore registrations if a registrayion is already existing with the same document name

Exceptions

Exception Type Condition
ArgumentNullException registration is null

See Also

DocumentRegistrationCollection Class | Hevea.Core Namespace | DocumentRegistrationCollection.Add Overload List