Creates a new instance of the SnapLockFixedContentDevice class for the specified domain.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Shared Function CreateInstance ( _
	domain As IDomain _
) As ISnapLockFixedContentDevice
C#
public static ISnapLockFixedContentDevice CreateInstance(
	IDomain domain
)
Visual C++
public:
static ISnapLockFixedContentDevice^ CreateInstance(
	IDomain^ domain
)
JavaScript
FileNet.Api.Core.SnapLockFixedContentDevice.createInstance = function(domain);

Parameters

domain
Type: FileNet.Api.Core..::.IDomain
The FileNet P8 domain for which this instance is scoped.

Return Value

The SnapLockFixedContentDevice instance created.

ToggleSee Also