Creates a new instance of the CmAtmosFixedContentDevice class for the specified
domain.
Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function CreateInstance ( _ domain As IDomain _ ) As ICmAtmosFixedContentDevice |
| C# |
|---|
public static ICmAtmosFixedContentDevice CreateInstance( IDomain domain ) |
| Visual C++ |
|---|
public: static ICmAtmosFixedContentDevice^ CreateInstance( IDomain^ domain ) |
| JavaScript |
|---|
FileNet.Api.Core.CmAtmosFixedContentDevice.createInstance = function(domain); |
Parameters
- domain
- Type: FileNet.Api.Core..::.IDomain
The Content Cortex domain for which this instance is scoped.