Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.38 KB

Word.WebOptions.UseDefaultFolderSuffix.md

File metadata and controls

48 lines (27 loc) · 1.38 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
WebOptions.UseDefaultFolderSuffix method (Word)
vbawd10.chm165937253
vbawd10.chm165937253
Word.WebOptions.UseDefaultFolderSuffix
f31703d4-0020-ec34-bc70-a737e978c666
06/08/2017
medium

WebOptions.UseDefaultFolderSuffix method (Word)

Sets the folder suffix for the specified document to the default suffix for the language support you have selected or installed.

Syntax

expression. UseDefaultFolderSuffix

expression Required. A variable that represents a WebOptions collection.

Remarks

Microsoft Word uses the folder suffix when you save a document as a webpage, use long file names, and choose to save supporting files in a separate folder (that is, if the UseLongFileNames and OrganizeInFolder properties are set to True).

The suffix appears in the folder name after the document name. For example, if the document is called "Doc1" and the language is English, the folder name is Doc1_files. The available folder suffixes are listed in the FolderSuffix property topic.

Example

This example sets the folder suffix for the active document to the default suffix.

ActiveDocument.WebOptions.UseDefaultFolderSuffix

See also

WebOptions Object

[!includeSupport and feedback]