<Code Lib>
2024 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
)

Return Value bool True if the input name matches the criteria of StructuralConnectionHandlerType name.

Loading…