Click or drag to resize

DataObjectReferencePathIsValid Method

Returns whether a reference path is valid.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static bool IsValid(
	string referencePath
)

Parameters

referencePath
Type: SystemString

Return Value

Type: Boolean
Returns true if the reference path is valid and false if it is not.
See Also