Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ChildRequestHint.Parse Method 

Returns the ChildRequestHint object corresponding to the hint code.

public static ChildRequestHint Parse(
   int val
);

Parameters

val
The value to match against existing enums.

Return Value

The matching ChildRequestHint or null if no match is found.

See Also

ChildRequestHint Class | Plumtree.Remote.Crawler Namespace