C# Class Smartsheet.Api.Models.ShareScope

Represents the scope of a share. For use with the ShareResources.ListShares(long, PaginationParameters, ShareScope).
See http://smartsheet-platform.github.io/api-docs/#share-object and http://smartsheet-platform.github.io/api-docs/#list-sheet-shares for more information.
ファイルを表示 Open project: smartsheet-platform/smartsheet-csharp-sdk Class Usage Examples

Public Properties

Property Type Description
Empty ShareScope
Item ShareScope
Workspace ShareScope

Public Methods

Method Description
Equals ( ShareScope obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ShareScope ( string value )
ToString ( ) : string

Method Details

Equals() public method

public Equals ( ShareScope obj ) : bool
obj ShareScope
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ShareScope() public method

public ShareScope ( string value )
value string

ToString() public method

public ToString ( ) : string
return string

Property Details

Empty public_oe static_oe property

public static ShareScope,Smartsheet.Api.Models Empty
return ShareScope

Item public_oe static_oe property

public static ShareScope,Smartsheet.Api.Models Item
return ShareScope

Workspace public_oe static_oe property

public static ShareScope,Smartsheet.Api.Models Workspace
return ShareScope