_dispWebSiteMiscEvents.OnBeforeFolderRefresh Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
Sub OnBeforeFolderRefresh ( _
pFolderBeingRefreshed As Object _
)
void OnBeforeFolderRefresh(
Object pFolderBeingRefreshed
)
void OnBeforeFolderRefresh(
[InAttribute] Object^ pFolderBeingRefreshed
)
abstract OnBeforeFolderRefresh :
pFolderBeingRefreshed:Object -> unit
function OnBeforeFolderRefresh(
pFolderBeingRefreshed : Object
)
Parameters
pFolderBeingRefreshed
Type: System.ObjectThe folder that is being refreshed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.