DataPlace
AddInFileData Class
CSCS.DataPlace.LoaderAddInFileData
Contains static methods for managing add-ins.
Declaration Syntax
C#
public class AddInFileData
Members
All MembersConstructorsMethods



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UpdateAddInFile(Guid, String, SynchronizationClient)
Updates add-in file data to the database by updating its row in the DPAddInFile table.

Inheritance Hierarchy
Object
AddInFileData

Assembly: CS.DataPlace.Extensibility (Module: CS.DataPlace.Extensibility) Version: 2.0.3271.19819