IPublishFile Interface
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.
A wrapper for a COM publishing interface.
public interface class IPublishFile
public interface class IPublishFile
__interface IPublishFile
[System.Runtime.InteropServices.Guid("098CFC8C-D5FD-4ab6-B51B-A1AA4421068B")]
public interface IPublishFile
[<System.Runtime.InteropServices.Guid("098CFC8C-D5FD-4ab6-B51B-A1AA4421068B")>]
type IPublishFile = interface
Public Interface IPublishFile
- Derived
- Attributes
Properties
Group |
Gets and sets the published group. |
IsAssembly |
Gets whether or not the interface's file is an assembly. |
IsDataFile |
Gets whether or not the file is a data file. |
IsOrphaned |
Gets whether or not the file cannot be mapped to an item in the project. |
IsPrerequisite |
Gets whether or not the file is a prerequisite for deployment. |
IsPublished |
Gets whether or not the file is to be deployed. |
IsReadOnly |
Gets whether or not the file is read-only. |
Name |
Gets the name of the file. |
PublishStatus |
Gets or sets the current status of the file. |
TargetPath |
Gets or sets the target path of this file. |
Methods
Reset() |
Returns this file to the default state. |