PagedFileHistoryResponse Class

<DataContract()> _ 
<System.Reflection.Obfuscation(Exclude = true)> _ 
Public Class PagedFileHistoryResponse 
Inherits FileHistoryResponse
This language is not supported or no code example is available.
[DataContract()] 
[System.Reflection.Obfuscation(Exclude = true)] 
public class PagedFileHistoryResponse : FileHistoryResponse
This language is not supported or no code example is available.
[DataContract()] 
[System.Reflection.Obfuscation(Exclude = true)] 
public ref class PagedFileHistoryResponse : public FileHistoryResponse^
This language is not supported or no code example is available.
public  
DataContract() 
System.Reflection.Obfuscation(Exclude = true) 
class PagedFileHistoryResponse 
extends FileHistoryResponse
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 (inherited from FileHistoryResponse).
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 (inherited from FileHistoryResponse).
Public property History Get the history (inherited from FileHistoryResponse).
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 Page
Public property PageSize
Public property ServerEventID The response may carry a server id (inherited from OperationResponse).
Public property TotalRows
Top
Methods
 
Name Description
Public method Static CreateFromFileHistory(FileHistoryResponse)
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 Error(long, string, Exception) Create an error (inherited from OperationResponse).
Public method Static Error(string, Exception) 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

In this article

Definition