IVersionedRelationship::Unpin

Meta Data Services Programming

Meta Data Services Programming

IVersionedRelationship::Unpin

Declares that no target object version of an origin versioned relationship is pinned.

HRESULT Unpin(void);

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

Remarks

You can use this method only for origin relationships. The origin object of the versioned relationship must be unfrozen.

If the origin object of the versioned relationship is checked out to a workspace, the Unpin method will work only from within that workspace.

See Also

IRelationship Interface

IRelationship::Get_Target

IVersionedRelationship Interface