Click or drag to resize
ParaPlan Logo

MessageServiceUpdateThreadTitle Method

[Missing <summary> documentation for "M:ParaPlanREST.MessageService.UpdateThreadTitle(System.String,System.String)"]

Namespace:  ParaPlanREST
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string UpdateThreadTitle(
	string threadID,
	string title
)

Parameters

threadID
Type: SystemString

[Missing <param name="threadID"/> documentation for "M:ParaPlanREST.MessageService.UpdateThreadTitle(System.String,System.String)"]

title
Type: SystemString

[Missing <param name="title"/> documentation for "M:ParaPlanREST.MessageService.UpdateThreadTitle(System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:ParaPlanREST.MessageService.UpdateThreadTitle(System.String,System.String)"]

See Also