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

Name Description
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 GetCompanyLogo(IDatabase) Get a company logo
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method Static GetServerID()
Public method Static GetSetting(string) Get a named setting
Public method Static GetSimpleReportFormats(EntityID, SimpleReportType, IDatabase) Get the report formats available for a simple report type
Public method Static GetSimpleReportXSLT(EntityID, IDatabase) Get a simple report xslt
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method Static IndexFile(FileInfo, EntityID, int, string, string, bool, IDatabase) Index a file
Public method Static IndexForumPost(EntityID, bool, IDatabase) Index a forum post
Public method Static LogMessage(string, LogLevel) Log a message on the server
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method Static QueueEventFromScript(EventData, EntityID, IDatabase) Queue an event from the server
Public method Static ResolveServerID(EntityID, IDatabase) Resolve a server id, using its guid
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top