AddToAuthorityFile
Find the syntax, use, parameters, return values, and an example for the AddToAuthorityFile macro command in Connexion client.
Syntax | BOOL = CS.AddToAuthorityFile |
---|---|
Use to | Add an authority record, or records selected in an online or local authority list, to the Authority File Or When offline, marks local record(s) for batch add. Same as using the Action > Add to Authority File menu command. |
Parameters | None |
Return values |
|
Example | Sub Main()
Dim CS As Object CS.Search “AS”, “sf:12” |
What this example does |
|