FPCSnapinNode
Internet Security and Acceleration Server 2004/2006 SDK
The FPCSnapinNode object represents an extendable node in ISA Server Management and is used for creating extension snap-ins. For more information, see Extending ISA Server Management.
The FPCSnapinNode object cannot be retrieved through a property of an object in the ISA Server administration COM object hierarchy based on the FPC object. It is retrieved by querying the IDataObject interface of the data object of an extendable node in ISA Server Management.
Methods
The FPCSnapinNode object defines the following method.
| Method | Description |
|---|---|
| Refresh | Recursively reads all the data for the node from persistent storage. |
Properties
The FPCSnapinNode object has the following properties.
| Property | Description |
|---|---|
| ComRoot | Gets the FPC root object. |
| CurrentObject | Gets the data object of the node. |
| ParentArray | Gets an FPCArray object that represents the array under which the node is extended. |
| ParentPolicy | Gets an FPCPolicy object that represents the enterprise policy under which the node is extended. The FPCPolicy object is not available in ISA Server 2004 Standard Edition. |
| PluginPolicy | Gets an FPCSnapinPluginPolicy object for enforcing a per-rule policy that determines whether the extension snap-in is displayed for the node and which filters can be configured in the extension snap-in. |
Interfaces for C++ Programming
This object implements the IFPCSnapinNode interface.
Requirements
| Client | Requires Windows XP. |
|---|---|
| Server | Requires Windows Server 2003. Requires Windows Server 2003 or Windows 2000 for ISA Server 2004 Standard Edition. |
| Version | Requires Internet Security and Acceleration (ISA) Server 2006 or ISA Server 2004. |
| IDL | Declared in Msfpccom.idl. |