DefaultWebOptions.UseLongFileNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if long file names are used when you save the document as a Web page. False if long file names are not used and the DOS file name format (8.3) is used. The default value is True.
public:
property bool UseLongFileNames { bool get(); void set(bool value); };
public bool UseLongFileNames { get; set; }
member this.UseLongFileNames : bool with get, set
Public Property UseLongFileNames As Boolean
Property Value
Remarks
If you don't use long file names and your document has supporting files, Microsoft Word automatically organizes those files in a separate folder. Otherwise, use the OrganizeInFolder property to determine whether supporting files are organized in a separate folder.