CreateShortLinkOptionsCategoryId Property |
Gets or sets an arbitrary category to be associated with the short link.
Namespace:
Dundas.BI.Services
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic Nullable<Guid> CategoryId { get; set; }Public Property CategoryId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid> CategoryId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}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