Click or drag to resize
AttachmentInfoProvider Class
Class providing attachment management.
Inheritance Hierarchy
System.Object
  CMS.DataEngine.AbstractInfoProvider<AttachmentInfo, AttachmentInfoProvider, ObjectQuery<AttachmentInfo>>
    CMS.DataEngine.AbstractInfoProvider<AttachmentInfo, AttachmentInfoProvider>
      CMS.DocumentEngine.AttachmentInfoProvider

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax
C#
public class AttachmentInfoProvider : AbstractInfoProvider<AttachmentInfo, AttachmentInfoProvider>

The AttachmentInfoProvider type exposes the following members.

Constructors
  NameDescription
Public methodAttachmentInfoProvider
Top
Fields
Properties
Methods
  NameDescription
Public methodAddSiteWhereCondition Obsolete.
Creates site where condition from the specified parameters and adds it to the original where condition.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodAddTemporaryAttachment(Guid, Guid, Guid, String, Int32, Int32, Int32, Int32)
Adds the temporary attachment to the document, updates the attachment if currently present.
Public methodStatic memberAddTemporaryAttachment(Guid, Guid, Guid, HttpPostedFile, Int32, Int32, Int32, Int32)
Adds the temporary attachment to the document, updates the attachment if currently present.
Public methodStatic memberAddTemporaryAttachment(Guid, String, Guid, Guid, AttachmentSource, Int32, Int32, Int32, Int32)
Adds the temporary attachment to the document, updates the attachment if currently present.
Protected methodAddTemporaryAttachmentInternal
Adds the temporary attachment to the document, updates the attachment if currently present.
Protected methodBeginTransaction
Creates a new transaction over this provider.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodBulkDelete
Bulk deletes info objects based on the given condition.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodBulkInsertInfos(IEnumerable<BaseInfo>)
Bulk inserts the given list of info objects
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodBulkInsertInfos(IEnumerable<TInfo>, BulkInsertSettings)
Bulk inserts the given list of info objects.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodStatic memberCheckFilesPermissions
Returns the current settings whether the files should check document permissions.
Public methodStatic memberCheckPublishedFiles
Returns the current settings whether the files should check if the document is published.
Public methodCheckUniqueCodeName
Checks if the object has unique code name. Returns true if the object has unique code name.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodCheckUniqueValues
Checks if a record with the same column values already exists in the database. Returns true if the set of values is unique.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodClearHashtables
Clears the object's hashtables.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodStatic memberClearSearchCache
Clears the AttachmentSearchContent for all attachments in the DB.
Protected methodClearSearchCacheInternal
Clears the AttachmentSearchContent for all attachments in the DB.
Protected methodCreateDefaultBulkInsertSettings
Creates bulk insert settings. By default CheckConstraints and TableLock flags are set.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodCreateInfo
Creates a new info object.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodCreateWebFarmTask(String, String)
Creates web farm task specific for current object and action name
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodCreateWebFarmTask(String, String,Byte[], String)
Creates web farm task specific for current object and action name
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodStatic memberDeleteAttachmentInfo(Int32, Boolean)
Deletes specified attachment.
Public methodStatic memberDeleteAttachmentInfo(AttachmentInfo, Boolean)
Deletes specified attachment.
Protected methodDeleteAttachmentInfoInternal
Deletes specified attachment.
Public methodStatic memberDeleteAttachments
Deletes all the attachments of specified document.
Protected methodDeleteInfo
Deletes the object to the database.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodDeleteObjectFromHashtables
Deletes the object instance from the hashtables.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodStatic memberDeleteOldTemporaryAttachments
Deletes old temporary attachments.
Protected methodDeleteOldTemporaryAttachmentsInternal
Deletes old temporary attachments.
Public methodStatic memberDeleteTemporaryAttachment
Adds the temporary attachment to the document, updates the attachment if currently present.
Public methodStatic memberDeleteTemporaryAttachments
Deletes old temporary attachments.
Protected methodDeleteTemporaryAttachmentsInternal
Deletes old temporary attachments.
Public methodStatic memberGetAttachmentInfo(Guid, String)
Returns the AttachmentInfo structure for the specified attachment.
Public methodStatic memberGetAttachmentInfo(Int32, Boolean)
Returns the AttachmentInfo structure for the specified attachment.
Public methodStatic memberGetAttachmentInfo(Int32, Guid)
Gets the attachment by the document ID and attachment GUID.
Public methodStatic memberGetAttachmentInfo(String, String)
Returns the AttachmentInfo structure for the specified attachment.
Public methodStatic memberGetAttachmentInfo(Int32, String, Boolean)
Gets the attachment by the document ID and file name.
Protected methodGetAttachmentInfoInternal(Guid, String)
Returns the AttachmentInfo structure for the specified attachment.
Protected methodGetAttachmentInfoInternal(Int32, Boolean)
Returns the AttachmentInfo structure for the specified attachment.
Protected methodGetAttachmentInfoInternal(Int32, Guid)
Gets the attachment by the document ID and attachment GUID.
Protected methodGetAttachmentInfoInternal(Int32, String, Boolean)
Gets the attachment by the document ID and file name.
Public methodStatic memberGetAttachmentInfoWithoutBinary
Returns the AttachmentInfo structure for the specified attachment without binary data.
Protected methodGetAttachmentInfoWithoutBinaryInternal
Returns the AttachmentInfo structure for the specified attachment without binary data.
Public methodStatic memberGetAttachments()
Gets the query for all attachments
Public methodStatic memberGetAttachments(Int32, Boolean)
Returns object query of attachments with specified document id.
Protected methodGetDeleteQuery
Gets the object query that deletes all items matching the query parameters
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodStatic memberGetDependencyCacheKeys(Int32)
Gets the cache key dependencies array for the attachment order change (cache item keys affected when the attachment order changes).
Public methodStatic memberGetDependencyCacheKeys(IAttachment)
Gets the cache key dependencies array for the attachment (cache item keys affected when the attachment changes).
Protected methodGetDependencyCacheKeysInternal(Int32)
Gets the cache key dependencies array for the attachment order change (cache item keys affected when the attachment order changes).
Protected methodGetDependencyCacheKeysInternal(IAttachment)
Gets the cache key dependencies array for the attachment (cache item keys affected when the attachment changes).
Protected methodGetInfoByCodeName(String, Boolean)
Gets an instance of info object based on the given code name.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodGetInfoByCodeName(String, Int32, Boolean)
Gets an instance of info object based on the given code name.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodGetInfoByCodeName(String, Int32, Boolean, Boolean)
Gets an instance of info object based on the given code name.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodGetInfoByCodeName(String, Int32, Int32, Boolean)
Gets an instance of info object based on the given code name.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodGetInfoByFullName
Gets an instance of info object based on the given full name.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodGetInfoByGuid(Guid, Boolean)
Gets an instance of info object based on the given GUID.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodGetInfoByGuid(Guid, Int32, Boolean)
Gets an instance of info object based on the GUID.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodGetInfoById
Gets an instance of info object based on ID.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodGetInfosByIds
Gets the list of info objects by their IDs.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodGetObjectQuery
Gets the object query for the provider
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodGetObjectQueryInternal
Gets the object query for the provider
(Inherited from AbstractInfoProvider<TInfo, TProvider>.)
Protected methodGetSingleObject Obsolete.
Gets the object query for the provider
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodGetSiteWhereCondition Obsolete.
Gets the where condition to limit the objects to specific site.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodStatic memberGetTemporaryAttachmentInfo
Gets a temporary attachment
Public methodStatic memberGetUniqueTemporaryAttachmentFileName
Method gets unique temporary attachment file name in the form scope.
Protected methodGetUniqueTemporaryAttachmentFileNameInternal
Method gets unique temporary attachment file name in the form scope.
Protected methodInit
Initializes the provider with the given type info and hashtable settings
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodInitHashtableSettings
Initializes the HashtableSettings based on typeInfo and using settings as default values.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodInitTypeInfoAndRegister
Initializes the provider variables.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodInvalidate
Sets this provider as invalid
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodStatic memberIsUniqueTemporaryAttachmentName
Finds out whether the given temporary attachment file name is unique.
Protected methodIsUniqueTemporaryAttachmentNameInternal
Indicates whether the given temporary attachment name is unique.
Protected methodLoadAllInfos
Loads all infos to the hashtable
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodLoadInfos
Loads all objects from the database to memory.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodStatic memberMoveAttachment
Moves the attachment data to the target site.
Protected methodMoveAttachmentInternal
Moves the attachment data to the target site.
Public methodProcessWebFarmTask
Runs the processing of specific web farm task for current provider
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodProcessWebFarmTaskInternal
Runs the processing of specific web farm task for current provider
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodRegisterObjectInHashtables
Registers the object instance within the hashtables.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodRemoveOriginalCodeNameFromHashtable
Removes the original object code name from the hashtable
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodSetAsDefaultProvider
Sets this provider instance as the default provider
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodStatic memberSetAttachmentInfo
Sets (updates or inserts) specified attachment.
Protected methodSetAttachmentInfoInternal
Sets (updates or inserts) specified attachment.
Protected methodSetInfo
Inserts or Updates the object to the database.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodSortAlphabetically Obsolete.
Sorts the object alphabetically.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodUpdateData(String, QueryDataParameters, String)
Updates the data in the database based on the given where condition.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodUpdateData(IWhereCondition, IEnumerable<KeyValuePair<String, Object>>, Boolean)
Updates the data in the database based on the given where condition.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodUpdateObjectInHashtables
Updates the object instance in the hashtables. Update is different than RegisterObjectInHashtables(TInfo), because it logs task about changing object.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodValidateCodeName
Validates the object code name. Returns true if the code name is valid.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Top
See Also