Contains static methods for managing add-ins.
| C# |
public class AddInFileData
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| AddInFileData()()() | Initializes a new instance of the AddInFileData class | |
| CopyStream(SqlBytes, Stream) |
Copies a buffer or stream of SQL data to a stream.
| |
| DeleteAddInFile(Guid, SynchronizationClient) |
Deletes an add-in file by setting its IsActive column to True in the DPAddInFile table.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetAddInFiles(Guid, Boolean, SynchronizationClient) |
Gets the add-in files as a stream.
| |
| GetAddInFileTable(Guid, SynchronizationClient) |
Gets a table that contains add-in data.
| |
| GetDPAddInFolder()()() |
Gets the full path to the folder where add-ins are stored.
| |
| GetDPAddInFolder(Guid) |
Gets the full path to the folder containing an add-in.
| |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| InsertAddInFile(Guid, Guid, String, String, String, SynchronizationClient) |
Inserts add-in file data to the database by inserting a row into the DPAddInFile table.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| PersistAddIn(Guid, SynchronizationClient) |
Saves an add-in to a file.
| |
| PersistAddIn(Guid, String, SynchronizationClient) |
Saves an add-in to a file.
| |
| ToString()()() | (Inherited from Object.) | |
| UpdateAddInFile(Guid, String, SynchronizationClient) |
Updates add-in file data to the database by updating its row in the DPAddInFile table.
|
| Object | |
| AddInFileData | |