Adds the specified pages to the form. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As ISmsMultiPageForm
Dim assembly As Assembly
Dim save As Boolean
Dim fullPath As String
Dim propertySheet As SmsFormData
Dim pageData As SmsPageData

instance.AddAllPages(assembly, save, fullPath, propertySheet, pageData)

Syntax

Visual Basic
Sub AddAllPages ( _
		assembly As Assembly, _
		save As Boolean, _
		fullPath As String, _
		propertySheet As SmsFormData, _
		pageData As SmsPageData _
)
C#
void AddAllPages (
		Assembly assembly,
		bool save,
		string fullPath,
		SmsFormData propertySheet,
		SmsPageData pageData
)
C++
void AddAllPages (
		Assembly^ assembly, 
		bool save, 
		String^ fullPath, 
		SmsFormData^ propertySheet, 
		SmsPageData^ pageData
)
J#
void AddAllPages (
		Assembly assembly, 
		boolean save, 
		String fullPath, 
		SmsFormData propertySheet, 
		SmsPageData pageData
)
JScript
function AddAllPages (
		assembly : Assembly, 
		save : boolean, 
		fullPath : String, 
		propertySheet : SmsFormData, 
		pageData : SmsPageData
)

Parameters

assembly

[in] System.Reflection.Assembly object for the form assembly.

save

[in] true to save the pages.

fullPath

[in] Full path to the files to save.

propertySheet

[in] SmsFormData object for the property sheet supporting the page information.

pageData

[in] SmsPageData object for the page information.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also