DeleteShortLinksOptionsCategoryId Property

Gets or sets an arbitrary category to be associated with the short link.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[DataMemberAttribute(Name = "categoryId")]
public Guid? CategoryId { get; set; }

Property Value

Type: NullableGuid
The category ID.
Exceptions
ExceptionCondition
ArgumentExceptionThe value is being set to Empty.
Remarks
If specified, TimeToLive must be , and there will only be a maximum of 1 stored short link for the account/category/file combination.
See Also