gdmhistory
gdmhistory(
{ G_gdmSpec | q_gdmSpecList }
x_information
)
=> g_returnInfo / nil
Description
Returns information about the version history of a file.
This function is the SKILL equivalent of the gdmhistory shell command.
Arguments
|
G_gdmSpec
|
The object of the file whose history you want to get.
|
|
q_gdmSpecList
|
A list containing gdmSpec objects.
|
|
x_information
|
Specifies the kind of information to return. The valid values for this argument are:
1: The current version of the file
2: Name of the author
3: The date the file was created
4: The size of the file
5: The version from which the current version was created
6: The description that was submitted with the file
7: The design management status, such as checked out
8: The label/name attached on the version
If you specify the x_information value as 0, the function returns nil.
|
Value Returned
|
g_returnInfo
|
String containing the information is returned.
|
|
nil
|
An error occurred and the information could not be returned.
|
Related Topics
gdmCreateSpec
gdmhistory
Return to top