Class ShareFolderLaunch
The share folder launch object
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class ShareFolderLaunch
Constructors
| Improve this Doc View SourceShareFolderLaunch()
Initializes a new instance of the ShareFolderLaunch class.
Declaration
public ShareFolderLaunch()
Properties
| Improve this Doc View SourceAsAsyncJobId
Gets this instance as a AsyncJobId, or null
.
Declaration
public ShareFolderLaunch.AsyncJobId AsAsyncJobId { get; }
Property Value
Type | Description |
---|---|
ShareFolderLaunch.AsyncJobId |
AsComplete
Gets this instance as a Complete, or null
.
Declaration
public ShareFolderLaunch.Complete AsComplete { get; }
Property Value
Type | Description |
---|---|
ShareFolderLaunch.Complete |
IsAsyncJobId
Gets a value indicating whether this instance is AsyncJobId
Declaration
public bool IsAsyncJobId { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsComplete
Gets a value indicating whether this instance is Complete
Declaration
public bool IsComplete { get; }
Property Value
Type | Description |
---|---|
System.Boolean |