Class SharedLinkSettingsAddExpirationDetails
Added an expiration date to the shared link.
Inheritance
System.Object
SharedLinkSettingsAddExpirationDetails
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 SharedLinkSettingsAddExpirationDetails
Constructors
| Improve this Doc View SourceSharedLinkSettingsAddExpirationDetails(AccessLevel, String, Nullable<DateTime>)
Initializes a new instance of the SharedLinkSettingsAddExpirationDetails class.
Declaration
public SharedLinkSettingsAddExpirationDetails(AccessLevel sharedContentAccessLevel, string sharedContentLink = null, DateTime? newValue = null)
Parameters
Type | Name | Description |
---|---|---|
AccessLevel | sharedContentAccessLevel | Shared content access level. |
System.String | sharedContentLink | Shared content link. |
System.Nullable<System.DateTime> | newValue | New shared content link expiration date. Might be missing due to historical data gap. |
Properties
| Improve this Doc 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 |
---|---|
System.Nullable<System.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 |
---|---|
System.String |