Show / Hide Table of Contents

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 Source

CreateSharedLinkWithSettingsArg(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 Source

Path

The path to be shared by the shared link.

Declaration
public string Path { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Settings

The requested settings for the newly created shared link.

Declaration
public SharedLinkSettings Settings { get; protected set; }
Property Value
Type Description
SharedLinkSettings
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • CreateSharedLinkWithSettingsArg(String, SharedLinkSettings)
  • Properties
    • Path
    • Settings
Back to top Generated by DocFX