Microsoft Internet Security and Acceleration Server 2004 SDK

ContentTypeSets Property of IFPCRuleElements[C++]

FPCRuleElements.ContentTypeSets [Visual Basic]

[C++]

The ContentTypeSets property gets an FPCContentTypeSets collection that contains the content type sets defined in the array.

Each content type set in the FPCContentTypeSets collection is represented by an FPCContentTypeSet collection. The default content type sets include Audio, Executable, Images, Text, and Video. Each content type set includes file types. For example, the Audio content type set could include the file types .aif, .aifc, .au, .m3u, .mid, and others.

HRESULT get_ContentTypeSets(
  IFPCContentTypeSets** ppContentTypeSets
);

Parameters

ppContentTypeSets
Address of an interface pointer that on return points to an IFPCContentTypeSets interface that represents the collection of all content type sets defined in the array.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. It can be modified by calling the methods of the IFPCContentTypeSets interface.

[Visual Basic]

The ContentTypeSets property gets an FPCContentTypeSets collection that contains the content type sets defined in the array.

Each content type set in the FPCContentTypeSets collection is represented by an FPCContentTypeSet collection. The default content type sets include Audio, Executable, Images, Text, and Video. Each content type set includes file types. For example, the Audio content type set could include the file types .aif, .aifc, .au, .m3u, .mid, and others.

Property ContentTypeSets As FPCContentTypeSets

Property Value

Reference to an FPCContentTypeSets collection that contains the content type sets defined in the array.

Remarks

This property is read-only. It can be modified by calling the methods of the FPCContentTypeSets collection.

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

FPCRuleElements