Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether long file names are used in the active presentation. 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 WebOptions
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 the following 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 do not 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.