GetShortLinkOptionsCategoryId 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 (9.0.0.1000)
Syntax[DataMemberAttribute(Name = "categoryId")]
public Nullable<Guid> CategoryId { get; set; }<DataMemberAttribute(Name := "categoryId")>
Public Property CategoryId As Nullable(Of Guid)
Get
Set
public:
[DataMemberAttribute(Name = L"categoryId")]
property Nullable<Guid> CategoryId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}[<DataMemberAttribute(Name = "categoryId")>]
member CategoryId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuidThe category ID.
Exceptions| Exception | Condition |
|---|
| ArgumentException | The 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