Share via


PresentationInformationFileList Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets a Collection of the list of presentation information files.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

'Declaration
Public ReadOnly Property PresentationInformationFileList As StringCollection
'Usage
Dim instance As OrderSiteAgent
Dim value As StringCollection

value = instance.PresentationInformationFileList
public StringCollection PresentationInformationFileList { get; }
public:
property StringCollection^ PresentationInformationFileList {
    StringCollection^ get ();
}
public function get PresentationInformationFileList () : StringCollection

Property Value

Type: System.Collections.Specialized..::.StringCollection
A collection of presentation information files.

Remarks

Returns a collection of the list of presentation information files.

Permissions

See Also

Reference

OrderSiteAgent Class

OrderSiteAgent Members

Microsoft.CommerceServer.Orders Namespace