Checks if the currently synced file is not at the latest revision
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2017.2.157.613 (2017.2.157.0613)
Syntax
C# |
---|
public bool IsStale { get; } |
Visual Basic |
---|
Public ReadOnly Property IsStale As Boolean Get |
Visual C++ |
---|
public: property bool IsStale { bool get (); } |