FileChange Class
<System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)> _
Public Class FileChange
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)]
public static class FileChange
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)]
public ref class FileChange
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() ![]() |
AddChange(ServerID, EntityID, int, EntityID, FileChangeType, string, DateTime, IDatabase) | Add a file change to the database |
![]() ![]() |
AddFileAttributesForFileChange(ServerID, EntityID, AttributeValueCollection, IDatabase) | Add file attributes for a file change |
![]() ![]() |
AddFileAttributesForFileChange(ServerID, EntityID, EntityID, string, EntityID, Dictionary<EntityIDAttributeInfo>, IDatabase) | Add file attributes for a file change |
![]() |
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
![]() ![]() |
FindAttributesByName(string, IDatabase) | Find file change attributes by name |
![]() ![]() |
GetFileChangeID(EntityID, int, IDatabase) | Get the change id for a particular file and version |
![]() ![]() |
GetFileChangeInfo(EntityID, IDatabase) | Get information about an individual file change - this will not include attributes etc |
![]() ![]() |
GetFileChangeStatus(EntityID, IDatabase) | Get the file change status / file change type for an individual change id |
![]() ![]() |
GetFileChangeVersion(EntityID, IDatabase) | Get the version of a file change |
![]() ![]() |
GetFileChanges(EntityID, DateTime, IDatabase) | Get all file changes for a specific file after a given date |
![]() ![]() |
GetFileChangesForListOfFiles(HashSet<EntityID>, DateTime, IDatabase) | Get all file changes for a list of files after a given date |
![]() ![]() |
GetFileID(EntityID, IDatabase) | Given a file change id, gget the id of the file that is associated with it |
![]() ![]() |
GetFolderFileChanges(EntityID, DateTime, IDatabase) | Get all folder file changes after a given date |
![]() |
GetHashCode | Serves as the default hash function. (inherited from Object). |
![]() ![]() |
GetLastFolderFileChanges(EntityID, IDatabase) | Get all folder file changes after a given date |
![]() ![]() |
GetManagedFolderFileChangeID(EntityID, EntityID, long, IDatabase) | For a managed folder, get a folder versions specific version of a file |
![]() ![]() |
GetPreview(EntityID, IDatabase, out FilePreviewType) | Get info about a file preview |
![]() ![]() |
GetPreviewType(EntityID, IDatabase) | |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object). |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() ![]() |
RegeneratePreview(EntityID, IDatabase) | Regenerate a preview |
![]() ![]() |
SetFileChangeAttribute(EntityID, AttributeInfo, EntityID, IDatabase) | Set a file change attribute for a project |
![]() |
ToString | Returns a string that represents the current object. (inherited from Object). |
SynergyServerScripting.Entities.FileChange