TestPathType Enum

Definition

The valid values for the -PathType parameter for test-path.

public enum class TestPathType
public enum class TestPathType
enum TestPathType
public enum TestPathType
type TestPathType = 
Public Enum TestPathType
Inheritance
TestPathType

Fields

Any 0

If the item at the path exists, true will be returned.

Container 1

If the item at the path exists and is a container, true will be returned.

Leaf 2

If the item at the path exists and is not a container, true will be returned.

Applies to