Gets and sets an indicator that all article threads, as well as pages are to be inserted.
public bool IncludeArticleThreads {get; set;}
public: __property bool get_IncludeArticleThreads();
public: __property void set_IncludeArticleThreads(
bool value
);
public:
property bool IncludeArticleThreads {
bool get();
void set ( bool value);
}
'Declaration
Public Property IncludeArticleThreads As Boolean
'Usage
Dim instance As InsertPagesOptions
Dim value As Boolean
instance.IncludeArticleThreads = value
value = instance.IncludeArticleThreads
Property Value
A boolean value which is
true so all article threads as well as pages are inserted. Otherwise,
false is used.