CreateShortLinkOptionsAccountId Property |
Gets or sets an account ID to be associated with the link.
Namespace:
Dundas.BI.Services
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxpublic Nullable<Guid> AccountId { get; set; }Public Property AccountId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid> AccountId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}member AccountId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
The ID of the account associated with the short link, or
if the link is not
associated with an account.
Exceptions| Exception | Condition |
|---|
| ArgumentException | The value is being set to Empty. |
Remarks
If a value is specified for this property, and the corresponding account gets deleted, the short link
will be deleted as well.
Note: this is not a security control; a short link which is associated with an account can still be
retrieved by any user.
See Also