Constructs an ID with an array of
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
array format from which to construct an ID.byte