Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

PropertyContainer.IsPathValid

Declaration

public static bool IsPathValid(TContainer container, string path);

Parameters

Description
container The container tree to search.
path The property path to resolve.

Returns

bool true if a property can be found at path.

Description

Returns true if a property exists at the specified PropertyPath.


Declaration

public static bool IsPathValid(TContainer container, ref Unity.Properties.PropertyPath path);

Parameters

Description
container The container tree to search.
path The property path to resolve.

Returns

bool true if a property can be found at path.

Description

Returns true if a property exists at the specified PropertyPath.