AbstractRowTColumn, TCellPermalink Property | |
URL that represents a direct link to the Row in Smartsheet
Only returned if the include query string parameter contains rowPermalink.
Namespace:
Smartsheet.Api.Models
Assemblies:
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax public string Permalink { get; set; }
Public Property Permalink As String
Get
Set
public:
property String^ Permalink {
String^ get ();
void set (String^ value);
}
member Permalink : string with get, set
Property Value
Type:
StringSee Also