'Declaration
Public Function CreateDataSnapshot( _ ByVal objectsToSnapshot As List(Of OID), _ ByVal label As String, _ ByVal comments As String, _ ByRef messages As MessageCollection _ ) As Boolean
public bool CreateDataSnapshot( List<OID> objectsToSnapshot, string label, string comments, out MessageCollection messages )
public: bool CreateDataSnapshot( List<OID^>^ objectsToSnapshot, String^ label, String^ comments, [Out] MessageCollection^ messages )
Parameters
- objectsToSnapshot
- List of the OIDs of the objects to snapshot. Specify null or an empty list to create a full-system snapshot.
- label
- The label to apply to the snapshot.
- comments
- Any additional comments to save with the snapshot.
- messages
- Returns messages if the operation failed.
Return Value
True if the snapshot succeeds, or False if it fails.