Factory method for creating content assemblers.

Namespace:  Endeca.Data.Content.Assembler
Assembly:  Endeca.Data.Content (in Endeca.Data.Content.dll) Version: 2.1.2.0 (2.1.2.0)

Syntax

C#
public static ContentAssembler Create(
	bool pValidate
)
Visual Basic (Declaration)
Public Shared Function Create ( _
	pValidate As Boolean _
) As ContentAssembler
Visual C++
public:
static ContentAssembler^ Create(
	bool pValidate
)

Parameters

pValidate
Type: System..::.Boolean
Whether XML schema validation should be enabled

Return Value

The new assembler

See Also