Creates a new instance of the
class for the specified domain.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function CreateInstance( _ ByVal domain As IDomain _ ) As IIICEFixedContentDevice |
C# |
---|
public static IIICEFixedContentDevice CreateInstance( IDomain domain ) |
C++ |
---|
public: static IIICEFixedContentDevice CreateInstance( IDomain domain ) |
J# |
---|
public static IIICEFixedContentDevice CreateInstance( IDomain domain ) |
JScript |
---|
public static
function CreateInstance( domain : IDomain ) : IIICEFixedContentDevice |
Parameters
- domain
- The FileNet P8 domain for which this instance is scoped.
Return Value
The
instance created.