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 BlobResolveOpenInNewWindowEventArgs

Inheritance
System.Object
System.EventArgs
BlobResolveOpenInNewWindowEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.Blob
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
Syntax
public class BlobResolveOpenInNewWindowEventArgs : EventArgs

Constructors

BlobResolveOpenInNewWindowEventArgs(BlobInfo)

Initializes a new instance of the BlobResolveOpenInNewWindowEventArgs class.

Declaration
public BlobResolveOpenInNewWindowEventArgs(BlobInfo blobInfo)
Parameters
Type Name Description
BlobInfo blobInfo

The BLOB info.

Properties

BlobInfo

Gets the BLOB info.

Declaration
public BlobInfo BlobInfo { get; }
Property Value
Type Description
BlobInfo

The BLOB info.

OpenInNewWindow

Gets or sets a value indicating whether [open in new window].

Declaration
public bool OpenInNewWindow { get; set; }
Property Value
Type Description
System.Boolean

true if [open in new window]; otherwise, false.