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 SourceModifySharedLinkSettingsArgs(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 SourceRemoveExpiration
If set to true, removes the expiration of the shared link.
Declaration
public bool RemoveExpiration { get; protected set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Settings
Set of settings for the shared link.
Declaration
public SharedLinkSettings Settings { get; protected set; }
Property Value
Type | Description |
---|---|
SharedLinkSettings |
Url
URL of the shared link to change its settings.
Declaration
public string Url { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |