Show / Hide Table of Contents

Class ModifySharedLinkSettingsArgs

The modify shared link settings args object

Inheritance
System.Object
ModifySharedLinkSettingsArgs
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 ModifySharedLinkSettingsArgs

Constructors

| Improve this Doc View Source

ModifySharedLinkSettingsArgs(String, SharedLinkSettings, Boolean)

Initializes a new instance of the ModifySharedLinkSettingsArgs class.

Declaration
public ModifySharedLinkSettingsArgs(string url, SharedLinkSettings settings, bool removeExpiration = false)
Parameters
Type Name Description
System.String url

URL of the shared link to change its settings.

SharedLinkSettings settings

Set of settings for the shared link.

System.Boolean removeExpiration

If set to true, removes the expiration of the shared link.

Properties

| Improve this Doc View Source

RemoveExpiration

If set to true, removes the expiration of the shared link.

Declaration
public bool RemoveExpiration { get; protected set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Settings

Set of settings for the shared link.

Declaration
public SharedLinkSettings Settings { get; protected set; }
Property Value
Type Description
SharedLinkSettings
| Improve this Doc View Source

Url

URL of the shared link to change its settings.

Declaration
public string Url { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ModifySharedLinkSettingsArgs(String, SharedLinkSettings, Boolean)
  • Properties
    • RemoveExpiration
    • Settings
    • Url
Back to top Generated by DocFX