London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class BlobProfileDownloadElementCollection

Inheritance
System.Object
BlobProfileDownloadElementCollection
Namespace: Mediachase.BusinessFoundation.Blob.BlobProfileDownload.Configuration
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
Syntax
public class BlobProfileDownloadElementCollection : ConfigurationElementCollection

Constructors

BlobProfileDownloadElementCollection()

Declaration
public BlobProfileDownloadElementCollection()

Properties

Item[Int32]

Declaration
public BlobProfileDownloadElement this[int index] { get; set; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
BlobProfileDownloadElement

Methods

CreateNewElement()

Declaration
protected override ConfigurationElement CreateNewElement()
Returns
Type Description
System.Configuration.ConfigurationElement

GetElementKey(ConfigurationElement)

Declaration
protected override object GetElementKey(ConfigurationElement element)
Parameters
Type Name Description
System.Configuration.ConfigurationElement element
Returns
Type Description
System.Object