DomainOptionsBaseWriteDomainElements Method

When implemented in a derived class, writes options to join the domain.

Definition

Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.1.0+446b05628b4ec6933ca1b84b1f778ac43fb60ce9
C#
public abstract void WriteDomainElements(
	AnswerFileGenerator generator,
	bool offlineServicing
)

Parameters

generator  AnswerFileGenerator
The generator creating the answer file.
offlineServicing  Boolean
if the options are for the offlineServicing pass; if they are for the specialize pass.

Remarks

This method is called when generating the Microsoft-Windows-JoinDomain component of the specialize or offlineServicing pass.

Exceptions

ArgumentNullExceptiongenerator is .
NotSupportedException The derived class does not support generating options for the specified pass.

See Also