LowerUrls Property
NOTE: This property is relevant only when you call MakeArchive
with URL.
Set this option to speed up retrieval of content from case-insensitive web servers. Default is
False,
which means that we want to support case-insensitive web servers. If there is no such a requirement, set this option
to True so that WebArchiveX engine will manage visited URLs more efficiently.
Active Script Syntax
Show Syntax
ActiveX C++ Syntax
Show Syntax
HRESULT put_LowerUrls(
VARIANT_BOOL b
);
HRESULT get_LowerUrls(
VARIANT_BOOL* b
);
Parameters
- b
- [in] VARIANT_BOOL, [out] VARIANT_BOOL * - set/unset lowering of URLs
Library C++ Syntax
Show Syntax
void SetLowerUrls(
bool b
);
bool GetLowerUrls();
Parameters
- b
- bool - set/unset lowering of URLs
- WebArchiveX
API - WebArchiveX Website
- C Systems Website -
C Systems - Creative software solutions since 1996. All rights reserved. Terms of use.