fcSDK Documentation
MoveSitePartToBin(Int32,Int32) Method

The Objid of the Site Part being moved.
The Objid of the Parent Site Bin where the Site Part is being moved.
Move the SitePartToBin from one WipBin to another WipBin. This overload takes a set of required parameters for the API.
Syntax
'Declaration
 
Public Overloads Function MoveSitePartToBin( _
   ByVal sitePartObjid As Integer, _
   ByVal parentBinObjid As Integer _
) As ToolkitResult
public ToolkitResult MoveSitePartToBin( 
   int sitePartObjid,
   int parentBinObjid
)

Parameters

sitePartObjid
The Objid of the Site Part being moved.
parentBinObjid
The Objid of the Parent Site Bin where the Site Part is being moved.

Return Value

A ToolkitResult instance with no properties set. The properties (Objid, IDNum, etc.) are not relevant to this API.
Remarks

The new WipBin must belong to the same user as the first WipBin. The move operation does not change the ownership of the SitePartToBin, nor is an activity log or time bomb generated for the action.

Note: This API allows you to move a queueable object from one WipBin to another, even if the object is currently dispatched. Since WipBins are internal to a user, there really is no reason that you shouldn’t be able to move the interal (to a user) location of the object. This is an enhancement to base Clarify function, which requires that the object not be dispatched to be moved.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Reference

FieldOpsToolkit Class
FieldOpsToolkit Members
Overload List

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.