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

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

ToggleSyntax

Visual Basic (Declaration)
Public Sub New ( _
	bytes As Byte() _
)
C#
public Id(
	byte[] bytes
)
Visual C++
public:
Id(
	array<unsigned char>^ bytes
)
JavaScript
FileNet.Api.Util.Id = function(bytes);

Parameters

bytes
Type: array< System..::.Byte >[]()[]
A GUID value in byte array format from which to construct an ID.

ToggleSee Also