Click or drag to resize
WorkflowDesignerServiceSetNoteContent Method
Sets content of a note.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
Syntax
C#
public 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: ServiceResponse

Implements

IGraphServiceSetNoteContent(String, String)
See Also