Open this page in the API Guide

CreateShortLinkOptions.TenantId Property

Gets or sets the ID to be associated of the tenant associated with the specified account.

Namespace:  Dundas.BI.Services
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public Guid? TenantId { get; set; }

Property Value

Type: Nullable<Guid>
The ID of the tenant associated with the short link, or null if the link is not associated with a tenant.
Exceptions
ExceptionCondition
ArgumentExceptionThe value is being set to Empty.
Remarks
If a value is specified for this property, and the corresponding tenant gets deleted, the short link will be deleted as well. Note: this is not a security control; a short link which is associated with a tenant can still be resolved by any user.
See Also