MoveSitePartToPartSetup Constructor
Objid of the Site Part to be moved
Objid of the parent Site Part this Site Part will be placed into
Initializes a new instance of the MoveSitePartToPartSetup class.
Syntax
'Declaration
<ConstructorIndexAttribute()>
Public Function New( _
ByVal _sitePartObjid_ As Integer, _
ByVal _parentSitePartObjid_ As Integer _
)
[ConstructorIndexAttribute()]
public MoveSitePartToPartSetup(
int _sitePartObjid_,
int _parentSitePartObjid_
)
Parameters
sitePartObjid
Objid of the Site Part to be moved
parentSitePartObjid
Objid of the parent Site Part this Site Part will be placed into
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
MoveSitePartToPartSetup Class
MoveSitePartToPartSetup Members