Click or drag to resize

ShareCreateShareBuilderSetSubject Method

(optional): The subject of the email that will optionally be sent to notify the recipient.

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public CreateShareBuilder SetSubject(
	string subject
)

Parameters

subject
Type: SystemString
the subject

Return Value

Type: CreateShareBuilder
the share to one builder
See Also