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 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class GetShortLinkOptions

The GetShortLinkOptions type exposes the following members.

Constructors
 NameDescription
Public methodGetShortLinkOptionsInitializes a new instance of the GetShortLinkOptions class
Top
Properties
 NameDescription
Public propertyAccountIdGets or sets an account ID to be associated with the link.
Public propertyCategoryIdGets or sets an arbitrary category to be associated with the short link.
Public propertyFileSystemEntryIdGets or sets an optional ID relating the short link to a file system entry.
Public propertyLongLinkGets or sets the link to shorten.
Public propertyTenantIdGets or sets the ID to be associated of the tenant associated with the specified account.
Public propertyTimeToLiveGets or sets the time to live for the link.
Top
See Also