Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.