| IItemServiceUpdateItemTitle Method (String, String, String) |
Namespace:
Dynamicweb.Content
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax void UpdateItemTitle(
string itemType,
string itemId,
string title
)
Sub UpdateItemTitle (
itemType As String,
itemId As String,
title As String
)
Parameters
- itemType
- Type: SystemString
- itemId
- Type: SystemString
- title
- Type: SystemString
See Also