IActivityLinksRemoveUrl Method |
Method for removing a url link from the list of links, by Url Id
Never implemented
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxvoid RemoveUrl(
int i_pUrlId
)
Sub RemoveUrl (
i_pUrlId As Integer
)
Dim instance As IActivityLinks
Dim i_pUrlId As Integer
instance.RemoveUrl(i_pUrlId)
void RemoveUrl(
[InAttribute] int i_pUrlId
)
Parameters
- i_pUrlId
- Type: SystemInt32
See Also