Click or drag to resize
MvValueAsHRef Method
Converts to HRef.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public virtual HRef AsHRef(
	bool direct = false,
	HRef def = null
)

Parameters

direct (Optional)
Type: SystemBoolean
If true, an exact type match is required.
def (Optional)
Type: RW.Server.ComponentHRef
The default result.

Return Value

Type: HRef
If the match is exact, the contained value.
See Also