Table of Contents

Class PathNode

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Base node in a Smartsheet path response (workspace root or intermediate folder).

public class PathNode : NamedModel
Inheritance
PathNode
Derived
Inherited Members

Properties

AccessLevel

The caller's access level for this node.

public AccessLevel? AccessLevel { get; set; }

Property Value

AccessLevel?

The permanent URL for this node.

public string? Permalink { get; set; }

Property Value

string