******************************************************** * * Object Serialization * **********************************************************


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

Syntax

Visual Basic (Declaration)
Protected Sub New( _ 
   ByVal info As SerializationInfo,  _ 
   ByVal context As StreamingContext _ 
)
C#
protected Unlock(
   SerializationInfo info,
   StreamingContext context
)
C++
protected:
 Unlock(
   SerializationInfo info,
   StreamingContext context
) sealed 
J#
protected Unlock(
   SerializationInfo info,
   StreamingContext context
)
JScript
protected function Unlock(
   info : SerializationInfo,
   context : StreamingContext
)

See Also