IGraphServiceSetNoteContent Method |
Sets content of a note.
Namespace: CMS.WebServicesAssembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
Syntax ServiceResponse SetNoteContent(
string nodeId,
string noteContent
)
Parameters
- nodeId
- Type: SystemString
Node ID. - noteContent
- Type: SystemString
Content of the note to be set.
Return Value
Type:
ServiceResponseSee Also