Uploader for Silverlight
C1UploaderPost Constructor(UploadManagerSettingsPost)






UploadManagerSettingsPost that specifies how the upload process will be performed.
Initializes a new instance of a C1UploaderPost.
Syntax
'Declaration
 
Public Function New( _
   ByVal settings As UploadManagerSettingsPost _
)
'Usage
 
Dim settings As UploadManagerSettingsPost
 
Dim instance As New C1UploaderPost(settings)
public C1UploaderPost( 
   UploadManagerSettingsPost settings
)
public C1UploaderPost( 
    settings: UploadManagerSettingsPost
); 
public function C1UploaderPost( 
   settings : UploadManagerSettingsPost
);
public: C1UploaderPost( 
   UploadManagerSettingsPost* settings
)
public:
C1UploaderPost( 
   UploadManagerSettingsPost^ settings
)

Parameters

settings
UploadManagerSettingsPost that specifies how the upload process will be performed.
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

C1UploaderPost Class
C1UploaderPost Members
Overload List

Send Feedback