Click or drag to resize

ShareScope Structure

Represents the scope of a share. For use with the ListShares(Int64, PaginationParameters, ShareScope).

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 struct ShareScope

The ShareScope type exposes the following members.

Constructors
  NameDescription
Public methodShareScope
Top
Methods
  NameDescription
Public methodEquals(Object) (Overrides ValueTypeEquals(Object).)
Public methodEquals(ShareScope)
Public methodGetHashCode (Overrides ValueTypeGetHashCode.)
Public methodToString (Overrides ValueTypeToString.)
Top
Fields
  NameDescription
Public fieldStatic memberEmpty
Public fieldStatic memberItem
Public fieldStatic memberWorkspace
Top
Remarks
See http://smartsheet-platform.github.io/api-docs/#share-object and http://smartsheet-platform.github.io/api-docs/#list-sheet-shares for more information.
See Also