2026 Method
Changes 0
M

StructuralConnectionHandlerType.IsTypeNameValidForCustomConnection

Description:
Validates if the input name matches the criteria of StructuralConnectionHandlerType name.
public static bool IsTypeNameValidForCustomConnection(
	Document document,
	string typeName
)
  • document
    The Document.
  • String
    typeName
    The StructuralConnectionHandlerType name to validate.
Return Value Boolean True if the input name matches the criteria of StructuralConnectionHandlerType name.