Open this page in the API Guide

CreateShortLinkOptions.TimeToLive Property

Gets or sets the time to live for the link.

Namespace:  Dundas.BI.Services
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public TimeSpan? TimeToLive { get; set; }

Property Value

Type: Nullable<TimeSpan>
The time to live, or null if it should live forever.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value is being set to a time span which is less than or equal to Zero.
Remarks
If a value is specified for this property, a new short link will always be generated.
See Also