Creates a new instance of the ContentCacheArea class based on the specified parameters.
Namespace:
FileNet.Api.CoreAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function CreateInstance ( _ domain As IDomain, _ id As Id _ ) As IContentCacheArea |
C# |
---|
public static IContentCacheArea CreateInstance( IDomain domain, Id id ) |
Visual C++ |
---|
public: static IContentCacheArea^ CreateInstance( IDomain^ domain, Id^ id ) |
JavaScript |
---|
FileNet.Api.Core.ContentCacheArea.createInstance = function(domain, id); |
Parameters
- domain
- Type: FileNet.Api.Core..::.IDomain
The FileNet P8 domain to which the new instance is scoped.
- id
- Type: FileNet.Api.Util..::.Id
The ID (GUID) assigned to the new class instance.