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

The DeleteShortLinksOptions type exposes the following members.

Constructors
 NameDescription
Public methodDeleteShortLinksOptionsInitializes a new instance of the DeleteShortLinksOptions 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 propertyTenantIdGets or sets the ID to be associated of the tenant associated with the specified account.
Top
See Also