Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class PageFileImportingEventArgs

Represents the argument passed in the event when a file is to be imported to EPiServer through a channel

Inheritance
System.Object
System.EventArgs
PageFileImportingEventArgs
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: EPiServer.ContentChannels.Events
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
[Obsolete("Use ContentFileImportingEventArgs instead", false)]
public class PageFileImportingEventArgs : ContentFileImportingEventArgs

Constructors

PageFileImportingEventArgs(String, String, Guid, Guid, IDictionary<String, String>)

Initializes a new instance of the ContentFileImportingEventArgs class.

Declaration
public PageFileImportingEventArgs(string channelId, string fileName, Guid pageId, Guid fileId, IDictionary<string, string> metaData)
Parameters
Type Name Description
System.String channelId

The channel id.

System.String fileName

Name of the file.

System.Guid pageId

The page id.

System.Guid fileId

The file id.

System.Collections.Generic.IDictionary<System.String, System.String> metaData

The meta data.

Properties

PageId

Gets or sets the page id.

Declaration
public Guid PageId { get; set; }
Property Value
Type Description
System.Guid

The page id.

Extension Methods