ContentServerActionsUpdateFile Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.UpdateFile(Scanjour.OData.Client.Lite.WorkZone.File)"]
Namespace: Scanjour.Workflow4.TestFramework.Internal.ActionsAssembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static void UpdateFile(
File file
)
Public Shared Sub UpdateFile (
file As File
)
public:
static void UpdateFile(
File^ file
)
static member UpdateFile :
file : File -> unit
Parameters
- file File
[Missing <param name="file"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.UpdateFile(Scanjour.OData.Client.Lite.WorkZone.File)"]
See Also