summaryP:DotNetNuke.Services.Tokens.JavaScriptDto.Path

Namespace: DotNetNuke.Services.Tokens
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[JsonPropertyAttribute("path")]
public string Path { get; set; }
Visual Basic
<JsonPropertyAttribute("path")> 
Public Property Path As String
	Get
	Set

See Also