Parts Property

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Returns the collection of Web Parts on a Web Part Page.

objWebPartPage.Parts

Parameters

Parameter

Description

objWebPartPage  

A reference to a WebPartPage Object.

Example: Microsoft Visual Basic Scripting Edition

Code

objParts = WPSC.WebPartPage.Parts

Example: Microsoft JScript

Code

var objParts = WPSC.WebPartPage.Parts;

Requirements

Applies to: WebPartPage Object

See Also

Reference

Parts Collection

Other Resources

Web Part Page Services Component (WPSC) Object Model