WebSettings.DoNotOrganizeInFolder Property

Do Not Place Supporting Files in Subdirectory.Represents the element tag in schema: w:doNotOrganizeInFolder

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property DoNotOrganizeInFolder As DoNotOrganizeInFolder
    Get
    Set
'Usage
Dim instance As WebSettings
Dim value As DoNotOrganizeInFolder

value = instance.DoNotOrganizeInFolder

instance.DoNotOrganizeInFolder = value
public DoNotOrganizeInFolder DoNotOrganizeInFolder { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder
Returns DoNotOrganizeInFolder.

See Also

Reference

WebSettings Class

WebSettings Members

DocumentFormat.OpenXml.Wordprocessing Namespace