Share via


WebProperties.OrganizeInFolders Property

Definition

Organize HTML output in folders

Represents the following attribute in the schema: organizeInFolders

[DocumentFormat.OpenXml.SchemaAttr(0, "organizeInFolders")]
public DocumentFormat.OpenXml.BooleanValue OrganizeInFolders { get; set; }
public DocumentFormat.OpenXml.BooleanValue OrganizeInFolders { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "organizeInFolders")]
public DocumentFormat.OpenXml.BooleanValue? OrganizeInFolders { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("organizeInFolders")]
public DocumentFormat.OpenXml.BooleanValue? OrganizeInFolders { get; set; }
public DocumentFormat.OpenXml.BooleanValue? OrganizeInFolders { get; set; }
member this.OrganizeInFolders : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "organizeInFolders")>]
member this.OrganizeInFolders : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("organizeInFolders")>]
member this.OrganizeInFolders : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property OrganizeInFolders As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies whether the supporting output files should be automatically organized into a folder.

The possible values for this attribute are defined by the XML Schema boolean datatype.

Applies to