Generates an ID with an IETF Version 4 UUID value. This value is based on the Internet Engineering Task Force (IETF) UUID specification using the runtime
method.
Namespace: FileNet.Api.Util
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function CreateId() As Id |
C# |
---|
public static Id CreateId() |
C++ |
---|
public: static Id CreateId() |
J# |
---|
public static Id CreateId() |
JScript |
---|
public static function CreateId() : Id |
Return Value
An
object.