DeleteShortLinksOptions Class

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

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 DeleteShortLinksOptions

The DeleteShortLinksOptions type exposes the following members.

Constructors
  NameDescription
Public methodDeleteShortLinksOptions
Initializes a new instance of the DeleteShortLinksOptions 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.
Top
See Also