IPublishFile2.IsDataFile 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.
Gets a value that indicates whether the file is a data file.
public:
property bool IsDataFile { bool get(); };
public:
property bool IsDataFile { bool get(); };
[System.Runtime.InteropServices.DispId(3)]
public bool IsDataFile { get; }
[<System.Runtime.InteropServices.DispId(3)>]
member this.IsDataFile : bool
Public ReadOnly Property IsDataFile As Boolean
Property Value
true
if the file is a data file; otherwise, false
.
Implements
- Attributes