Namespace: Contracts.Responses
Assembly: Contracts (in Contracts.dll)

<DataContract()> _ 
<System.Reflection.Obfuscation(Exclude = true)> _ 
Public Class FileHistoryResponse 
Inherits OperationResponse
This language is not supported or no code example is available.
[DataContract()] 
[System.Reflection.Obfuscation(Exclude = true)] 
public class FileHistoryResponse : OperationResponse
This language is not supported or no code example is available.
[DataContract()] 
[System.Reflection.Obfuscation(Exclude = true)] 
public ref class FileHistoryResponse : public OperationResponse^
This language is not supported or no code example is available.
public  
DataContract() 
System.Reflection.Obfuscation(Exclude = true) 
class FileHistoryResponse 
extends OperationResponse
This language is not supported or no code example is available.
Name Description
Public property ChangeAttributeInfos Enumeration of 'Change' Attribute Info's, one instance for each distinct File Attribute used by this file
Public property EventID Get or set the event id associated with this response (inherited from OperationResponse).
Public property FileAttributeInfos Enumeration of 'File' Attribute Info's, one instance for each distinct File Attribute used by this file
Public property History Get the history
Public property IsException Get or set any exception message (inherited from OperationResponse).
Public property Level Get the level (inherited from OperationResponse).
Public property Message Get the message (inherited from OperationResponse).
Public property Ok Is this response ok? (inherited from OperationResponse).
Public property ServerEventID The response may carry a server id (inherited from OperationResponse).
Top
Name Description
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Public method Static Error(long, string) Create an error (inherited from OperationResponse).
Public method Static ErrorWithData<T>(long, string, T) (inherited from OperationResponse).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString() Convert to a string - just get the message, if there is one (inherited from OperationResponse).
Top

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1