The following tables list the members exposed by the FileChange type.

Name Description
Public method Static AddChange(ServerID, EntityID, int, EntityID, FileChangeType, string, DateTime, IDatabase) Add a file change to the database
Public method Static AddFileAttributesForFileChange(ServerID, EntityID, AttributeValueCollection, IDatabase) Add file attributes for a file change
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
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 Static FindAttributesByName(string, IDatabase) Find file change attributes by name
Public method Static GetFileChangeID(EntityID, int, IDatabase) Get the change id for a particular file and version
Public method Static GetFileChangeInfo(EntityID, IDatabase)
Public method Static GetFileChangeStatus(EntityID, IDatabase) Get the file change status / file change type for an individual change id
Public method Static GetFileChangeVersion(EntityID, IDatabase) Get the version of a file change
Public method Static GetFileChanges(EntityID, DateTime, IDatabase) Get all file changes for a specific file after a given date
Public method Static GetFileID(EntityID, IDatabase) Given a file change id, gget the id of the file that is associated with it
Public method Static GetFolderFileChanges(EntityID, DateTime, IDatabase) Get all folder file changes after a given date
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method Static GetLastFolderFileChanges(EntityID, IDatabase) Get all folder file changes after a given date
Public method Static GetManagedFolderFileChangeID(EntityID, EntityID, long, IDatabase) For a managed folder, get a folder versions specific version of a file
Public method Static GetPreview(EntityID, IDatabase, out FilePreviewType) Get info about a file preview
Public method Static GetPreviewType(EntityID, IDatabase)
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 Static RegeneratePreview(EntityID, IDatabase) Regenerate a preview
Public method Static SetFileChangeAttribute(EntityID, AttributeInfo, EntityID, IDatabase) Set a file change attribute for a project
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top