A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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: 10.8.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.