Click or drag to resize
AttachmentInfoProvider Class
Class providing attachment management.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineAbstractInfoProviderAttachmentInfo, AttachmentInfoProvider, ObjectQueryAttachmentInfo
    CMS.DataEngineAbstractInfoProviderAttachmentInfo, AttachmentInfoProvider
      CMS.DocumentEngineAttachmentInfoProvider

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.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 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 AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodBulkDelete
Bulk deletes info objects based on the given condition.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodBulkInsertInfos(IEnumerableBaseInfo)
Bulk inserts the given list of info objects
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodBulkInsertInfos(IEnumerableTInfo, BulkInsertSettings)
Bulk inserts the given list of info objects.
(Inherited from AbstractInfoProviderTInfo, 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 AbstractInfoProviderTInfo, 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 AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodClearHashtables
Clears the object's hashtables.
(Inherited from AbstractInfoProviderTInfo, 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 AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodCreateInfo
Creates a new info object.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodCreateWebFarmTask(String, String)
Creates web farm task specific for current object and action name
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodCreateWebFarmTask(String, String, Byte, String)
Creates web farm task specific for current object and action name
(Inherited from AbstractInfoProviderTInfo, 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 AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodDeleteObjectFromHashtables
Deletes the object instance from the hashtables.
(Inherited from AbstractInfoProviderTInfo, 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 AbstractInfoProviderTInfo, 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 AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetInfoByCodeName(String, Int32, Boolean)
Gets an instance of info object based on the given code name.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetInfoByCodeName(String, Int32, Boolean, Boolean)
Gets an instance of info object based on the given code name.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetInfoByCodeName(String, Int32, Int32, Boolean)
Gets an instance of info object based on the given code name.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetInfoByFullName
Gets an instance of info object based on the given full name.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetInfoByGuid(Guid, Boolean)
Gets an instance of info object based on the given GUID.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetInfoByGuid(Guid, Int32, Boolean)
Gets an instance of info object based on the GUID.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetInfoById
Gets an instance of info object based on ID.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetInfosByIds
Gets the list of info objects by their IDs.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetObjectQuery
Gets the object query for the provider
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodGetObjectQueryInternal
Gets the object query for the provider
(Inherited from AbstractInfoProviderTInfo, TProvider.)
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 AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodInitHashtableSettings
Initializes the HashtableSettings based on typeInfo and using settings as default values.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodInitTypeInfoAndRegister
Initializes the provider variables.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodInvalidate
Sets this provider as invalid
(Inherited from AbstractInfoProviderTInfo, 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 AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodLoadInfos
Loads all objects from the database to memory.
(Inherited from AbstractInfoProviderTInfo, 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 AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodProcessWebFarmTaskInternal
Runs the processing of specific web farm task for current provider
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodRegisterObjectInHashtables
Registers the object instance within the hashtables.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodRemoveOriginalCodeNameFromHashtable
Removes the original object code name from the hashtable
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodSetAsDefaultProvider
Sets this provider instance as the default provider
(Inherited from AbstractInfoProviderTInfo, 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 AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodUpdateData(String, QueryDataParameters, String)
Updates the data in the database based on the given where condition.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodUpdateData(IWhereCondition, IEnumerableKeyValuePairString, Object, Boolean)
Updates the data in the database based on the given where condition.
(Inherited from AbstractInfoProviderTInfo, 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 AbstractInfoProviderTInfo, TProvider, TQuery.)
Public methodValidateCodeName
Validates the object code name. Returns true if the code name is valid.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Top
See Also