Class SharedLinkSettingsChangeExpirationDetails
Changed the expiration date of the shared link.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkSettingsChangeExpirationDetails
Constructors
View SourceSharedLinkSettingsChangeExpirationDetails(AccessLevel, string, DateTime?, DateTime?)
Initializes a new instance of the SharedLinkSettingsChangeExpirationDetails class.
Declaration
public SharedLinkSettingsChangeExpirationDetails(AccessLevel sharedContentAccessLevel, string sharedContentLink = null, DateTime? newValue = null, DateTime? previousValue = null)
Parameters
| Type | Name | Description |
|---|---|---|
| AccessLevel | sharedContentAccessLevel | Shared content access level. |
| string | sharedContentLink | Shared content link. |
| DateTime? | newValue | New shared content link expiration date. Might be missing due to historical data gap. |
| DateTime? | previousValue | Previous shared content link expiration date. Might be missing due to historical data gap. |
Properties
View SourceNewValue
New shared content link expiration date. Might be missing due to historical data gap.
Declaration
public DateTime? NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
PreviousValue
Previous shared content link expiration date. Might be missing due to historical data gap.
Declaration
public DateTime? PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
SharedContentAccessLevel
Shared content access level.
Declaration
public AccessLevel SharedContentAccessLevel { get; protected set; }
Property Value
| Type | Description |
|---|---|
| AccessLevel |
SharedContentLink
Shared content link.
Declaration
public string SharedContentLink { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |