TargetFields Constructor

Summary

Initializes a new instance of the TargetFields class.

Syntax
C#
VB
C++
public TargetFields( 
   string targetID, 
   string target, 
   Range subTarget 
) 
  
Public Function New( _ 
   ByVal targetID As String, _ 
   ByVal target As String, _ 
   ByVal subTarget As Range _ 
) 
public: 
TargetFields(  
   String^ targetID, 
   String^ target, 
   Range^ subTarget 
) 

Parameters

targetID
A System.String used to absolutely identify the logical target that is being accessed.

target
A System.String used to specify the original named resource (often the name of a file on the server).

subTarget
A Range object used to qualify the original named resource through the specification of a byte range.

Example

For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly