Version

ConvertActionIdToString Method

Converts the identifier of a RecordAction ( first argument of a RecordAction ) to its string equivalent. The identifier can be a (string), (number) or a (list of strings and/or numbers)
Syntax
'Declaration
 
Protected Function ConvertActionIdToString( _
   ByVal action As RecordProxyBase.RecordAction _
) As System.String
protected System.string ConvertActionIdToString( 
   RecordProxyBase.RecordAction action
)
protected: System.string* ConvertActionIdToString( 
   RecordProxyBase.RecordAction* action
) 

Parameters

action
Action whose first argument represents an identifier of above described type

Return Value

Returns the string equivalent of the identifier of an action
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also