Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

TypeNamespace.Parse Method 

Returns the TypeNamespace object corresponding to a namespace string.

public static TypeNamespace Parse(
   string val
);

Parameters

val
The value to match.

Return Value

The corresponding TypeNamespace object or null if no match.

See Also

TypeNamespace Class | Plumtree.Remote.Crawler Namespace