JAMS Developer Guide
GetContent Class
Members 


MVPSI.JAMS.Activities Namespace : GetContent Class
The GetContent activity returns the content of the specified file.
Object Model
GetContent Class
Syntax
'Declaration
 
<System.Drawing.ToolboxBitmapAttribute()>
Public NotInheritable Class GetContent 
   Inherits MVPSI.JAMS.Activities.JAMSNativeActivityGeneric(Of String)
   Implements ISupportCommands 
'Usage
 
Dim instance As GetContent
[System.Drawing.ToolboxBitmap()]
public sealed class GetContent : MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<string>, ISupportCommands  
Inheritance Hierarchy

System.Object
   System.Activities.Activity
      System.Activities.ActivityWithResult
         System.Activities.Activity<TResult>
            System.Activities.NativeActivity<TResult>
               MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<T>
                  MVPSI.JAMS.Activities.GetContent

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

Reference

GetContent Members
MVPSI.JAMS.Activities Namespace