Skip to main content Skip to complementary content

GetAllPropertyPaths Method

Overloads

GetAllPropertyPaths(Boolean)

Gets the path to all properties names in the structure

GetAllPropertyPaths(Boolean)

Gets the path to all properties names in the structure

Declaration

      IEnumerable<string> GetAllPropertyPaths(bool recursive = false)
    

Parameters

Type Name Description
System.Boolean recursive

If false, only return top level properties. If true, traverse entire structure and return all sub properties as well.

Returns

Type Description
System.Collections.Generic.IEnumerable<System.String>

All the property paths

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!