Interface IRelatedPath
Version: 4.0
Represents a related path.
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IRelatedPath
Properties
Items
Gets or sets the related path items.
Declaration
RequestResponse
IEnumerable<IEnumerable<IRelatedPathItem>> Items { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<>IEnumerable<>IRelatedPathItem |
Name
Gets or sets the name of the related path.
Declaration
RequestResponse
string Name { get; set; }
Property Value
Type | Description |
---|---|
string |