Click or drag to resize

PFDataHubRefreshFileData Method

Refreshes WordForm or QuickParts of the specified files. Returns "OK" if succeeded, else returns an error message.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public string RefreshFileData(
	long applicationId,
	long contentTypeId,
	long itemId,
	string fileGuids
)

Parameters

applicationId
Type: SystemInt64
contentTypeId
Type: SystemInt64
itemId
Type: SystemInt64
fileGuids
Type: SystemString

Return Value

Type: String
See Also