Accusoft.PrizmViewer10.AnnotationServer
FileStore Constructor






A TraceContext value which represents the trace instructions.
A string value which represents the path.
An integer value which represents the page.
Initializes the FileStore class.
Syntax
'Declaration
 
Public Function New( _
   ByVal traceInst As System.Web.TraceContext, _
   ByVal path As System.String, _
   ByVal page As System.Integer _
)
'Usage
 
Dim traceInst As System.Web.TraceContext
Dim path As System.String
Dim page As System.Integer
 
Dim instance As New FileStore(traceInst, path, page)
public FileStore( 
   System.Web.TraceContext traceInst,
   System.string path,
   System.int page
)
public FileStore( 
    traceInst: System.Web.TraceContext;
    path: System.String;
    page: System.Integer
); 
public function FileStore( 
   traceInst : System.Web.TraceContext,
   path : System.String,
   page : System.int
);
public: FileStore( 
   System.Web.TraceContext* traceInst,
   System.string* path,
   System.int page
)
public:
FileStore( 
   System.Web.TraceContext^ traceInst,
   System.String^ path,
   System.int page
)

Parameters

traceInst
A TraceContext value which represents the trace instructions.
path
A string value which represents the path.
page
An integer value which represents the page.
See Also

Reference

FileStore Class
FileStore Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback