Table of Contents

Class UserContentFilterStore

Namespace
WebKit
Assembly
WebKit-6.0.dll
public sealed class UserContentFilterStore : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
UserContentFilterStore
Implements
Inherited Members

Constructors

UserContentFilterStore(bool, params ConstructArgument[])

protected UserContentFilterStore(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

UserContentFilterStore(IntPtr, bool)

protected UserContentFilterStore(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

PathPropertyDefinition

public static readonly Property<string?, UserContentFilterStore> PathPropertyDefinition

Field Value

Property<string, UserContentFilterStore>

Properties

Path

public string? Path { get; }

Property Value

string

Methods

FetchIdentifiersFinish(AsyncResult)

[Version("2.24")]
public string[] FetchIdentifiersFinish(AsyncResult result)

Parameters

result AsyncResult

Returns

string[]

GetGType()

public static Type GetGType()

Returns

Type

GetPath()

[Version("2.24")]
public string GetPath()

Returns

string

LoadFinish(AsyncResult)

[Version("2.24")]
public UserContentFilter LoadFinish(AsyncResult result)

Parameters

result AsyncResult

Returns

UserContentFilter

New(string)

[Version("2.24")]
public static UserContentFilterStore New(string storagePath)

Parameters

storagePath string

Returns

UserContentFilterStore

RemoveFinish(AsyncResult)

[Version("2.24")]
public bool RemoveFinish(AsyncResult result)

Parameters

result AsyncResult

Returns

bool

SaveFinish(AsyncResult)

[Version("2.24")]
public UserContentFilter SaveFinish(AsyncResult result)

Parameters

result AsyncResult

Returns

UserContentFilter

SaveFromFileFinish(AsyncResult)

[Version("2.24")]
public UserContentFilter SaveFromFileFinish(AsyncResult result)

Parameters

result AsyncResult

Returns

UserContentFilter