SPMobileLogOffCancelNavigation class
Apresenta um botão Cancelar que pode ser clicado em uma página móvel logoff para redirecionar o usuário para a página foi aberta antes da página de log-off.
Inheritance hierarchy
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
Microsoft.SharePoint.Mobile.WebControls.SPMobileComponent
Microsoft.SharePoint.Mobile.WebControls.SPMobileNavigation
Microsoft.SharePoint.Mobile.WebControls.SPMobileButtonNavigation
Microsoft.SharePoint.Mobile.WebControls.SPMobileCancelNavigation
Microsoft.SharePoint.Mobile.WebControls.SPMobileLogOffCancelNavigation
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class SPMobileLogOffCancelNavigation _
Inherits SPMobileCancelNavigation
'Uso
Dim instance As SPMobileLogOffCancelNavigation
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class SPMobileLogOffCancelNavigation : SPMobileCancelNavigation
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.