GetShortLinkOptions Class

The options class used for generating a short link.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGetShortLinkOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class GetShortLinkOptions

The GetShortLinkOptions type exposes the following members.

Constructors
  NameDescription
Public methodGetShortLinkOptions
Initializes a new instance of the GetShortLinkOptions class
Top
Properties
  NameDescription
Public propertyAccountId
Gets or sets an account ID to be associated with the link.
Public propertyCategoryId
Gets or sets an arbitrary category to be associated with the short link.
Public propertyFileSystemEntryId
Gets or sets an optional ID relating the short link to a file system entry.
Public propertyLongLink
Gets or sets the link to shorten.
Public propertyTenantId
Gets or sets the ID to be associated of the tenant associated with the specified account.
Public propertyTimeToLive
Gets or sets the time to live for the link.
Top
See Also