Microsoft Internet Security and Acceleration Server 2004 SDK

FPCNetworkTemplate

The FPCNetworkTemplate object represents a network template. A network template defines the relationships between a set of ISA Server networks and the policies that control traffic between those networks. A network template is stored in an XML file. The FPCNetworkTemplate object properties allow you to set and get a name and description for the network template. You cannot use the ISA Server administration COM objects to change the XML file that defines a network template.

The XML file that contains a network template configuration includes:

Select the network template to apply to an array using the SelectNetworkTemplateAndPolicy method of the FPCArray object.

This object is typically an element of an FPCNetworkTemplates collection.

Click here to see the ISA Server object hierarchy.

Methods

The FPCNetworkTemplate object defines the following methods.

Method Description
Refresh Recursively reads the values of all of the object's properties, including the properties of its subobjects and their elements (for collections), from persistent storage, overwriting any changes that were not saved.
Save Writes the current values of the object's writable properties to persistent storage.

Properties

The FPCNetworkTemplate object has the following properties.

Property Description
Description Gets or sets the description of the template.
LargeBMPName Gets the large bitmap (.bmp) file content of the network template.
MediumBMPName Gets the medium .bmp file content of the network template.
Name Gets or sets the name of the template.
NetworksInTemplate Gets an FPCNetworksInTemplate collection that specifies the networks included in the template.
Order Gets the ordinal position of the network template.
PersistentName Gets the persistent name of the network template.
PoliciesInTemplate Gets an FPCPoliciesInTemplate collection that specifies the policies included in the template.
SmallBMPName Gets the small .bmp file content of the network template.
XMLName Gets the name of the XML file that specifies the network configuration and policies in the network template.

Remarks

This collection implements the IFPCNetworkTemplate interface.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

COM Objects