Creates a new instance of the CFSImportAgentConfiguration class.
The created object is a dependent object and is only persisted
when its parent (the independently persistable object that references it)
is persisted.
Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function CreateInstance As ICFSImportAgentConfiguration |
| C# |
|---|
public static ICFSImportAgentConfiguration CreateInstance() |
| Visual C++ |
|---|
public: static ICFSImportAgentConfiguration^ CreateInstance() |
| JavaScript |
|---|
FileNet.Api.Core.CFSImportAgentConfiguration.createInstance = function(); |