Creates a new instance of the ContentConfiguration 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.CoreAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function CreateInstance As IContentConfiguration |
C# |
---|
public static IContentConfiguration CreateInstance() |
Visual C++ |
---|
public: static IContentConfiguration^ CreateInstance() |
JavaScript |
---|
FileNet.Api.Core.ContentConfiguration.createInstance = function(); |