Constructs an ID with an array of bytes representing its GUID value.


Namespace: FileNet.Api.Util
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal bytes As Byte() _ 
)
C#
public Id(
   byte[] bytes
)
C++
public:
 Id(
   array<char>^ bytes
) sealed 
J#
public Id(
   byte[] bytes
)
JScript
public function Id(
   bytes : Byte[]
)

Parameters

bytes
A GUID value in byte array format from which to construct an ID.

See Also