Processes the synch requests.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
Public Function processSynchRequests ( _
serverName As String, _
ParamArray fileIDs As String() _
) As Boolean
public:
bool^ processSynchRequests(
String^ serverName,
... array<String^>^ fileIDs
)
Parameters
- serverName
- Type: String
Name of the server.
- fileIDs
- Type: array<String>[]()[][]
The file i ds.
Return Value
true if XXXX,
false otherwise.