C# 클래스 Smartsheet.Api.Models.MultiShare.ShareToManyBuilder

A convenience class for creating a MultiShare object with the necessary fields for sharing a sheet with many Users.
파일 보기 프로젝트 열기: smartsheet-platform/smartsheet-csharp-sdk

공개 메소드들

메소드 설명
Build ( ) : MultiShare

Builds the Multishare object with the set fields.

SetAccessLevel ( AccessLevel accessLevel ) : ShareToManyBuilder

Sets the access level.

SetCCMe ( bool ccMe ) : ShareToManyBuilder

Set the carbon copy me flag.

SetMessage ( string message ) : ShareToManyBuilder

Sets the Message To be included in the body of the Email that will be sent To the use.

SetSubject ( string subject ) : ShareToManyBuilder

Sets the Subject of the Email that sent To notify the Users.

SetUsers ( IList users ) : ShareToManyBuilder

Sets the Users that will be shared with. The Email address must be defined for each user.

메소드 상세

Build() 공개 메소드

Builds the Multishare object with the set fields.
public Build ( ) : MultiShare
리턴 MultiShare

SetAccessLevel() 공개 메소드

Sets the access level.
public SetAccessLevel ( AccessLevel accessLevel ) : ShareToManyBuilder
accessLevel AccessLevel the access level
리턴 ShareToManyBuilder

SetCCMe() 공개 메소드

Set the carbon copy me flag.
public SetCCMe ( bool ccMe ) : ShareToManyBuilder
ccMe bool the carbon copy me flag.
리턴 ShareToManyBuilder

SetMessage() 공개 메소드

Sets the Message To be included in the body of the Email that will be sent To the use.
public SetMessage ( string message ) : ShareToManyBuilder
message string the Message
리턴 ShareToManyBuilder

SetSubject() 공개 메소드

Sets the Subject of the Email that sent To notify the Users.
public SetSubject ( string subject ) : ShareToManyBuilder
subject string the Subject
리턴 ShareToManyBuilder

SetUsers() 공개 메소드

Sets the Users that will be shared with. The Email address must be defined for each user.
public SetUsers ( IList users ) : ShareToManyBuilder
users IList the Users
리턴 ShareToManyBuilder