Class SharedLinkAddExpiryDetails
Added shared link expiration date.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkAddExpiryDetails
Constructors
View SourceSharedLinkAddExpiryDetails(DateTime, bool?)
Initializes a new instance of the SharedLinkAddExpiryDetails class.
Declaration
public SharedLinkAddExpiryDetails(DateTime newValue, bool? isConsolidationAction = null)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTime | newValue | New shared link expiration date. |
| bool? | isConsolidationAction | Indicates whether this was a consolidation action by system. |
Properties
View SourceIsConsolidationAction
Indicates whether this was a consolidation action by system.
Declaration
public bool? IsConsolidationAction { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool? |
NewValue
New shared link expiration date.
Declaration
public DateTime NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DateTime |