Discuss this help topic in SecureBlackbox Forum
(not yet)
Declaration
[C#/Java]
string AuthorName;
[VB.NET]
Property AuthorName As String
[Pascal]
property AuthorName : string;
[C++]
void get_AuthorName(std::string &OutResult);
[PHP]
string get_AuthorName()
Description
Use this read-only property to get the name of the document's author
as it is retrieved by
ParseEntry.
Discuss this help topic in SecureBlackbox Forum