Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IProxyRequest.GetInstanceIdentifier Method 

Gets the instance identifier for the requested resource.

string GetInstanceIdentifier();

Return Value

The instance identifier.

Remarks

The instance identifier can be used to create names that are unique to this pagelet. For example, such names can be useful when rendering HTML to ensure unique element identifiers.

Exceptions

Exception Type Condition
NotGatewayedException The request is not gatewayed.

See Also

IProxyRequest Interface | Bea.Alui.Proxy Namespace