FileStore Class
<System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)> _
Public Class FileStore
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)]
public static class FileStore
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)]
public ref class FileStore
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
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). |
![]() ![]() |
GetFileStoreID(string, IDatabase) | Get a file store id by its name |
![]() ![]() |
GetFileStoreInfo(bool, IDatabase) | Get info about all the file store instances |
![]() |
GetHashCode | Serves as the default hash function. (inherited from Object). |
![]() ![]() |
GetLatestFileChange(EntityID, int, IDatabase) | Given a file id, work out the last file change that has an entry in our file stores |
![]() ![]() |
GetLatestStoredFileChange(EntityID, int, IDatabase) | Given a file id, work out the last file change that has an entry in our file stores |
![]() ![]() |
GetLatestStoredFileChange(FileInfo, IDatabase) | Given a file id, work out the last file change that has an entry in our file stores |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object). |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() ![]() |
RegenFilePreview(EntityID, IDatabase) | Regenerate a file preview |
![]() ![]() |
RegenFilePreview(EntityID, int, IDatabase) | Regenerate a file preview |
![]() ![]() |
RetrieveFileFromStore(EntityID, IDatabase, out FileRetrieval, out string) | Retrieve a file from a file store - largely for scripting purposes, maintains older contracts |
![]() ![]() |
RetrieveFilePreviewFromStore(EntityID, IDatabase, out FileRetrieval, out string) | Retrieve a file from a file store - largely for scripting purposes, maintains older contracts |
![]() ![]() |
RetrieveTempFileFromStore(EntityID, IDatabase) | Get file data in a temporary file from a file id |
![]() ![]() |
RetrieveTempFilePreviewFromStore(EntityID, IDatabase) | Get file data in a temporary file from a file id |
![]() ![]() |
StoreFileInStore(EntityID, string, IDatabase) | Store a file |
![]() |
ToString | Returns a string that represents the current object. (inherited from Object). |
SynergyServerScripting.Entities.FileStore