DefaultWebOptions.UseLongFileNames Property
Determines whether long file names are used. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property UseLongFileNames As MsoTriState
Get
Set
'Usage
Dim instance As DefaultWebOptions
Dim value As MsoTriState
value = instance.UseLongFileNames
instance.UseLongFileNames = value
MsoTriState UseLongFileNames { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the UseLongFileNames property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
Long file names are not used and the DOS file name format (8.3) is used. |
|
The default. Long file names are used when you save or publish a complete or partial presentation as a Web page. |
If you don't use long file names and your presentation has supporting files, Microsoft PowerPoint automatically organizes those files in a separate folder. Otherwise, use the OrganizeInFolder property to determine whether supporting files are organized in a separate folder.