Returns the path the operation changed.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public static string GetPath( IChangeOperation changeOperation )
Public Shared Function GetPath ( _ changeOperation As IChangeOperation _ ) As String
public: static String^ GetPath( IChangeOperation^ changeOperation )
public static String GetPath( IChangeOperation changeOperation )
Parameters
- changeOperation (IChangeOperation)
- the change operation to extract data from.
Return Value
The path the operation changed.