Show / Hide Table of Contents

Class SharedLinkSettingsRemoveExpirationDetails

Removed the expiration date from the shared link.

Inheritance
System.Object
SharedLinkSettingsRemoveExpirationDetails
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkSettingsRemoveExpirationDetails

Constructors

| Improve this Doc View Source

SharedLinkSettingsRemoveExpirationDetails(AccessLevel, String, Nullable<DateTime>)

Initializes a new instance of the SharedLinkSettingsRemoveExpirationDetails class.

Declaration
public SharedLinkSettingsRemoveExpirationDetails(AccessLevel sharedContentAccessLevel, string sharedContentLink = null, DateTime? previousValue = null)
Parameters
Type Name Description
AccessLevel sharedContentAccessLevel

Shared content access level.

System.String sharedContentLink

Shared content link.

System.Nullable<System.DateTime> previousValue

Previous shared link expiration date. Might be missing due to historical data gap.

Properties

| Improve this Doc View Source

PreviousValue

Previous shared link expiration date. Might be missing due to historical data gap.

Declaration
public DateTime? PreviousValue { get; protected set; }
Property Value
Type Description
System.Nullable<System.DateTime>
| Improve this Doc View Source

SharedContentAccessLevel

Shared content access level.

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

SharedContentLink

Shared content link.

Declaration
public string SharedContentLink { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SharedLinkSettingsRemoveExpirationDetails(AccessLevel, String, Nullable<DateTime>)
  • Properties
    • PreviousValue
    • SharedContentAccessLevel
    • SharedContentLink
Back to top Generated by DocFX