CreateShortLinkOptions Class

Represents options for creating a short link.
Inheritance Hierarchy
SystemObject
  Dundas.BI.ServicesCreateShortLinkOptions

Namespace:  Dundas.BI.Services
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class CreateShortLinkOptions

The CreateShortLinkOptions type exposes the following members.

Constructors
  NameDescription
Public methodCreateShortLinkOptions
Initializes a new instance of the CreateShortLinkOptions 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 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