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.
Afficher le fichier Open project: smartsheet-platform/smartsheet-csharp-sdk Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty ShareScope
Item ShareScope
Workspace ShareScope

Méthodes publiques

Méthode Description
Equals ( ShareScope obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ShareScope ( string value )
ToString ( ) : string

Method Details

Equals() public méthode

public Equals ( ShareScope obj ) : bool
obj ShareScope
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ShareScope() public méthode

public ShareScope ( string value )
value string

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Empty public_oe static_oe property

public static ShareScope,Smartsheet.Api.Models Empty
Résultat ShareScope

Item public_oe static_oe property

public static ShareScope,Smartsheet.Api.Models Item
Résultat ShareScope

Workspace public_oe static_oe property

public static ShareScope,Smartsheet.Api.Models Workspace
Résultat ShareScope