<Code Lib>
2025 Method
Changes 1
M

Document.EraseSchemaAndAllEntities

Description:
Erases Schema and all its Entities from the document.
Remarks:
The Schema remains in memory. Any schema the schema is a sub-schema for will not be impacted. All data referenced by the schema as the result of being a sub-schema will remain in the document.

public void EraseSchemaAndAllEntities(
	Schema schema
)

  • schema
    The Schema to erase.

Loading…