1. Stylelabs.M.Sdk.Contracts.Base

Interface IRelatedPath

Represents a related path.

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase

Assembly: Stylelabs.M.Sdk.dll

Syntax

public interface IRelatedPath

Properties

Items

Gets or sets the related path items.

Declaration

IEnumerable<IEnumerable<IRelatedPathItem>> Items { get; set; }

Property Value

TypeDescription
IEnumerable<>IEnumerable<>IRelatedPathItem

Name

Gets or sets the name of the related path.

Declaration

string Name { get; set; }

Property Value

TypeDescription
string
If you have suggestions for improving this article, let us know!