Prizm Content Connect
DocumentFolder Property (Document)






Gets or sets the Document folder path.
Syntax
'Declaration
 
Public Property DocumentFolder As System.String
'Usage
 
Dim instance As Document
Dim value As System.String
 
instance.DocumentFolder = value
 
value = instance.DocumentFolder
public System.string DocumentFolder {get; set;}
public read-write property DocumentFolder: System.String; 
public function get,set DocumentFolder : System.String
public: __property System.string* get_DocumentFolder();
public: __property void set_DocumentFolder( 
   System.string* value
);
public:
property System.String^ DocumentFolder {
   System.String^ get();
   void set (    System.String^ value);
}
See Also

Reference

Document Class
Document Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback