Creates a new instance of the
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
PropertyTemplateInteger32
class to be persisted in the specified object store. The created object does not yet exist in an object store. To persist the created object to the object store, you must explicitly call the Save
method, or commit the object via a batch operation. Both approaches cause a round-trip to the server. One form of this method takes an object store argument, and another form takes object store and object ID (GUID) arguments. Specifying an ID for this instance is optional; if one is not specified, an ID for the new object is automatically generated. (This is equivalent to calling
.)
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function CreateInstance( _ ByVal os As IObjectStore, _ ByVal id As Id _ ) As IPropertyTemplateInteger32 |
C# |
---|
public static IPropertyTemplateInteger32 CreateInstance( IObjectStore os, Id id ) |
C++ |
---|
public: static IPropertyTemplateInteger32 CreateInstance( IObjectStore os, Id id ) |
J# |
---|
public static IPropertyTemplateInteger32 CreateInstance( IObjectStore os, Id id ) |
JScript |
---|
public static
function CreateInstance( os : IObjectStore, id : Id ) : IPropertyTemplateInteger32 |
Return Value
An object reference to a new instance of this class.