FileMetaDataIsInDepot Property
|
Check if there is a non-empty Depot Path
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.1.277.3624
Syntaxpublic bool IsInDepot { get; }
Public ReadOnly Property IsInDepot As Boolean
Get
public:
property bool IsInDepot {
bool get ();
}
member IsInDepot : bool with get
Property Value
Type:
Boolean
See Also