StructuralConnectionHandlerType.IsTypeNameValidForCustomConnection
Method
Description:
Validates if the input name matches the criteria of StructuralConnectionHandlerType name.
Validates if the input name matches the criteria of StructuralConnectionHandlerType name.
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | The Document. |
typeName | String | The StructuralConnectionHandlerType name to validate. |
Return Value
Type | Description |
---|---|
Boolean | True if the input name matches the criteria of StructuralConnectionHandlerType name. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |