IDBConfigWriterGetUrlIDFromUrl Method |
Gets the URL ID from a specified URL
Namespace:
Cadcorp.Configuration.Connectors
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxint GetUrlIDFromUrl(
DbConnection connection,
string url
)
Function GetUrlIDFromUrl (
connection As DbConnection,
url As String
) As Integer
Parameters
- connection
- Type: System.Data.CommonDbConnection
Database connection to use - url
- Type: SystemString
URL
Return Value
Type:
Int32Url ID
See Also