FileMetaDataAction Property
|
What is the current Action being performed on this file
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.1.277.3624
Syntaxpublic FileAction Action { get; set; }
Public Property Action As FileAction
Get
Set
public:
property FileAction Action {
FileAction get ();
void set (FileAction value);
}
member Action : FileAction with get, set
Property Value
Type:
FileAction
See Also