API-Dokumentation > Pro/INTRALINK > Object ProObj > Function ProObjRenamedInWSSessionSync
Function ProObjRenamedInWSSessionSync
DEPRECATED:
Since Creo 1
SUPERSEDED BY:
No successor will be provided.
Description
NOTE: This function is deprecated. Pro/INTRALINK 3.4 is not supported. Renames the object in Creo Parametric memory space when an object is renamed in Pro/Intralink's Workspace from "objOldName" to "objNewName". If the object is an instance then it's generic object's name "genericName" must be passed in.
Synopsis
#include <ProWorkspace.h>
ProObjRenamedInWSSessionSync
(
ProFileName objOldName
/* (In)
The original name of the object.
*/
ProFileName objNewName
/* (In)
The new name to which object has to be renamed to.
*/
ProFileName genericName
/* (In)
name of the generic if the object being renamed is an instance or NULL.
*/
)
Returns
The function successfully updated the name.
One or more of the input name is not correct. They are null, have null or unsupported extensions or all three do not have the same extension.
Another problem occurred and the function failed.
War dies hilfreich?