FNP8_SetTargetClassID
Sets the FileNet® P8 document class for uploaded documents.
Syntax
bool FNP8_SetTargetClassID(StrParam)
Parameters
Specifies the repository type. The valid values are ObjectStore and FileStore.Returns
False, if DC_P8_Server.dll was not successfully installed on this computer, or either parameter value is missing or not a string. Otherwise, True.Level
All levels.Details
Sets the top-level repository type. If this action is not called, the default value of ObjectStore is used. FileStore is an alternative repository type.- Example
FNP8_SetTargetClassID("ObjectStore")