Share via


Init Method

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.

Initializes the WPSC Object.

objWPSC.Init(objDOM)

Parameters

Parameter

Description

objWPSC  

A reference to a WPSC Object.

objDOM  

A reference to the DOMObject Property of the Web Part Page.

Remarks

This method is used internally by the Web Part infrastructure and is not intended to be used directly from your code.

Example 1: Microsoft Visual Basic Scripting Edition

Code

WPSC.Init(document)

Example 2: Microsoft JScript

Code

WPSC.Init(document);

Requirements

Applies to: WPSC Object

See Also

Other Resources

Web Part Page Services Component (WPSC) Object Model