Share via


IPublishFile.IsOrphaned Property

Definition

Gets whether or not the file cannot be mapped to an item in the project.

public:
 property bool IsOrphaned { bool get(); };
public:
 property bool IsOrphaned { bool get(); };
[System.Runtime.InteropServices.DispId(4)]
public bool IsOrphaned { get; }
[<System.Runtime.InteropServices.DispId(4)>]
member this.IsOrphaned : bool
Public ReadOnly Property IsOrphaned As Boolean

Property Value

true if the file cannot be mapped to an item in the project; false if it can be mapped.

Attributes

Applies to