Accusoft.FSInvoices1.Net
UseSubdirectories Property




Gets and sets the flag that specifies whether to use subdirectories based on the company name and vendor name.
Syntax
'Declaration
 
Public Property UseSubdirectories As Boolean
'Usage
 
Dim instance As FileTemplateProvider
Dim value As Boolean
 
instance.UseSubdirectories = value
 
value = instance.UseSubdirectories
public bool UseSubdirectories {get; set;}
public: __property bool get_UseSubdirectories();
public: __property void set_UseSubdirectories( 
   bool value
);
public:
property bool UseSubdirectories {
   bool get();
   void set (    bool value);
}
Remarks

If set to true, the following path format will be used. RootDirectory\{company name}\{vendor name}

Default: true.

See Also

Reference

FileTemplateProvider Class
FileTemplateProvider Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback