FileMetaDataOtherActions Property
|
List of Actions by other users
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.2.287.2434
Syntaxpublic IList<FileAction> OtherActions { get; set; }Public Property OtherActions As IList(Of FileAction)
Get
Set
public:
property IList<FileAction>^ OtherActions {
IList<FileAction>^ get ();
void set (IList<FileAction>^ value);
}member OtherActions : IList<FileAction> with get, set
Property Value
Type:
IListFileAction
See Also