RetrieveAditionalEvents Method
See Also 
SourceCode.DeploymentTasks.SharePoint Namespace > EventsService Class : RetrieveAditionalEvents Method



Events

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function RetrieveAditionalEvents( _
   ByVal Events As List(Of String) _
) As List(Of String)
Visual Basic (Usage) Copy Code
Dim Events As List(Of String)
Dim value As List(Of String)
 
value = EventsService.RetrieveAditionalEvents(Events)
C#  
public static List<string> RetrieveAditionalEvents( 
   List<string> Events
)
C++/CLI  
public:
static List<String^>^ RetrieveAditionalEvents( 
   List<String^>^ Events
) 

Parameters

Events

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