Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IObject.GetID Method 

Gets the ID of the object.

int GetID();

Return Value

The ID of the document.

Remarks

Note: The object ID of a newly-created object is not available until the Save() method is called.

Exceptions

Exception Type Condition
InvalidOperationException The method was called for a newly created object before it was saved.

See Also

IObject Interface | Plumtree.Remote.PRC Namespace