Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

<System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)> _ 
Public Class WebFileServer
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)] 
public static class WebFileServer
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)] 
public ref class WebFileServer
This language is not supported or no code example is available.
public  
System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true) 
class WebFileServer
This language is not supported or no code example is available.
Name Description
Public method Static CreateWebFileDrop(EntityID, string, WebFileDropCreateMode, string, int, List<String>, string, bool, Nullable<DateTime>, EntityID, Nullable<Int64>, Nullable<Int64>, IDatabase) Create a web file drop
Public method Static CreateWebFileDropToken(EntityID, EntityID, IDatabase) Create a token for a contact
Public method Static DeactivatePublishedFile(long, IDatabase) Remove a published file by token
Public method Static DeactivatePublishedFilesList(HashSet<Int64>, IDatabase) Remove published files by token
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 GetFolderWebDrops(EntityID, IDatabase) Given a folder, work out any drops that have been created for it
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).
Public method Static GetWebFileDropInfo(Guid, IDatabase) Get some web file drop info by its token
Public method Static GetWebServerSettings(IDatabase) Get the web server settings
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method Static PublishFile(string, EntityID, int, string, DateTime, bool, EntityID, string, bool, Nullable<Int64>, IDatabase) Set a file as publishable
Public method Static PublishPackage(string, Dictionary<EntityIDInt32>, string, DateTime, bool, EntityID, string, bool, Nullable<Int64>, IPublishingNamer, IDatabase, IClient) Create a publishable package
Public method Static PublishPackage(string, Dictionary<EntityIDInt32>, string, DateTime, bool, EntityID, string, bool, Nullable<Int64>, IPublishingNamer, IDatabase, IClient, List<String>) Create a publishable package
Public method Static RegisterWebHook(IWebHook)
Public method Static RemovePublishedFile(EntityID, IDatabase) Remove all versions of a published file
Public method Static RemovePublishedFile(EntityID, int, IDatabase) Remove a published file
Public method Static RemovePublishedFilesList(HashSet<EntityID>, IDatabase) Remove published files (version null)
Public method Static SendWebFileDropInvitation(ContactInfo, Guid, WebFileDropInfo, EntityID, IDatabase) Send a web file drop notification
Public method Static SetWebDropAttributes(EntityID, List<AttributeInfo>, IDatabase) Set the web drop attributes
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
SynergyServerScripting.Entities.WebFileServer

.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