Dropbox .NET SDK

Class DurationLogInfo

Represents a time duration: unit and amount

Inheritance
object
DurationLogInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DurationLogInfo

Constructors

View Source

DurationLogInfo(TimeUnit, ulong)

Initializes a new instance of the DurationLogInfo class.

Declaration
public DurationLogInfo(TimeUnit unit, ulong amount)
Parameters
Type Name Description
TimeUnit unit

Time unit.

ulong amount

Amount of time.

Properties

View Source

Amount

Amount of time.

Declaration
public ulong Amount { get; protected set; }
Property Value
Type Description
ulong
View Source

Unit

Time unit.

Declaration
public TimeUnit Unit { get; protected set; }
Property Value
Type Description
TimeUnit

See Also

GovernancePolicyCreateDetails
GovernancePolicyEditDurationDetails
  • View Source
In this article
Back to top Dropbox .NET SDK