| ItemListDeleteRelation Method |
Namespace:
Dynamicweb.Content.Items
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public static void DeleteRelation(
int itemListId,
string itemId
)
Public Shared Sub DeleteRelation (
itemListId As Integer,
itemId As String
)
Parameters
- itemListId
- Type: SystemInt32
- itemId
- Type: SystemString
See Also