Class CreateSharedLinkWithSettingsArg
The create shared link with settings arg object
Inheritance
System.Object
CreateSharedLinkWithSettingsArg
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 CreateSharedLinkWithSettingsArg
Constructors
| Improve this Doc View SourceCreateSharedLinkWithSettingsArg(String, SharedLinkSettings)
Initializes a new instance of the CreateSharedLinkWithSettingsArg class.
Declaration
public CreateSharedLinkWithSettingsArg(string path, SharedLinkSettings settings = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | The path to be shared by the shared link. |
SharedLinkSettings | settings | The requested settings for the newly created shared link. |
Properties
| Improve this Doc View SourcePath
The path to be shared by the shared link.
Declaration
public string Path { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
Settings
The requested settings for the newly created shared link.
Declaration
public SharedLinkSettings Settings { get; protected set; }
Property Value
Type | Description |
---|---|
SharedLinkSettings |