Class CollectClassNamesFromSubtreeCommandResponse
Response for Collects class names for the node with given id and all of it's child nodes.
public sealed class CollectClassNamesFromSubtreeCommandResponse : ICommandResponse<CollectClassNamesFromSubtreeCommandSettings>, ICommandResponse
- Inheritance
-
CollectClassNamesFromSubtreeCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ClassNames
Class name list.
[JsonPropertyName("classNames")]
public string[] ClassNames { get; set; }
Property Value
- string[]