<Code Lib>
M

ExtendedPropertiesLinkData.HasSchema

Description:
Queries whether the schema already exists in this data.

public bool HasSchema(
	ForgeTypeId schemaId
)

  • schemaId
    Identifier of the schema to check.
Return Value Boolean True if the schema already exists in this data, false otherwise.

Loading…