Creates a new instance of the ImageServicesImportAgentConfiguration 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 IImageServicesImportAgentConfiguration
C#
public static IImageServicesImportAgentConfiguration CreateInstance()
C++
public:
 static IImageServicesImportAgentConfiguration CreateInstance()
J#
public static IImageServicesImportAgentConfiguration CreateInstance()
JScript
public static  function CreateInstance() : IImageServicesImportAgentConfiguration

Return Value

An object reference to a new instance of this class.

See Also