DeleteSitePart(Int32) Method
The objid of the Site Part to be deleted.
Used to delete a site_part in Clarify, and then unrelate the site_part from all other related records. This overload takes a set of required parameters for the API.
Syntax
'Declaration
Public Overloads Function DeleteSitePart( _
ByVal _sitePartObjid_ As Integer _
) As ToolkitResult
public ToolkitResult DeleteSitePart(
int _sitePartObjid_
)
Parameters
sitePartObjid
The objid of the Site Part to be deleted.
Return Value
A ToolkitResult instance with no properties set. The properties (Objid, IDNum, etc.) are not relevant to this API.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
ContractsToolkit Class
ContractsToolkit Members
Overload List