Click or drag to resize

RootDocumentDefinition.UpdateDocumentShape Method

Updates the shape of this document with the new shape specified. It removes fields which sources are no longer in the newShape. It adds new fields which are present in newShape but aren't in this document.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.4.0.0 (5.4.0)
Syntax
public void UpdateDocumentShape(
	RootDocumentDefinition newShape
)

Parameters

newShape
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModel.RootDocumentDefinition
See Also