Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 3.11 KB

hiddensegmentsettings-class.md

File metadata and controls

50 lines (38 loc) · 3.11 KB
title description ms.date ms.assetid
HiddenSegmentSettings Class
Describes the HiddenSegmentSettings class and provides the class' syntax, properties, inheritance hierarchy, and requirements.
10/07/2016
7f823d68-e495-4a02-88ef-668c815bd569

HiddenSegmentSettings Class

Contains segments whose content will not be served to the client.

Syntax

class HiddenSegmentSettings : EmbeddedObject  

Methods

This class contains no methods.

Properties

The following table lists the properties exposed by the HiddenSegmentSettings class.

Name Description
HiddenSegments An array of SegmentElement values that specify segments whose content will not be served to the client.
ApplyToWebDAV A read/write boolean value. true if the HiddenSegments property is applied to WebDAV requests; otherwise, false. The default is true.

Subclasses

This class contains no subclasses.

Remarks

Instances of this class are contained in the HiddenSegments array property of the RequestFilteringSection class.

Inheritance Hierarchy

EmbeddedObject

HiddenSegmentSettings

Requirements

Type Description
Client - [!INCLUDEiis70] on [!INCLUDEwinvista]
- [!INCLUDEiis75] on [!INCLUDEwin7]
- [!INCLUDEiis80] on [!INCLUDEwin8]
- [!INCLUDEiis100] on [!INCLUDEwin10]
Server - [!INCLUDEiis70] on [!INCLUDEwinsrv2008]
- [!INCLUDEiis75] on [!INCLUDEwinsrv2008r2]
- [!INCLUDEiis80] on [!INCLUDEwinsrv2012]
- [!INCLUDEiis85] on [!INCLUDEwinsrv2012r2]
- [!INCLUDEiis100] on [!INCLUDEwinsrv2016]
Product - [!INCLUDEiis70], [!INCLUDEiis75], [!INCLUDEiis80], [!INCLUDEiis85], [!INCLUDEiis100]
MOF file WebAdministration.mof

See Also

EmbeddedObject Class
RequestFilteringSection Class
SegmentElement Class