JsonFilter.IsPathIncluded method

Determines if the specified path is included by the filter.

public bool IsPathIncluded(string path)
parameter description
path The path.

Return Value

True if the specified path is included by the filter.

See Also