IViewerContextMenuItem public interface IViewerContextMenuItem Documentation string Action { get; set; } int? AssociatedPermissionID { get; set; } int? AssociatedSearchProviderID { get; set; } ViewerContextMenuItemAvailability Availability { get; set; } int ID { get; set; } bool JavascriptEncodeSelectedText { get; set; } string Name { get; set; } int Order { get; set; } int? ParentMenuItemID { get; set; } bool RequiresSelectedText { get; set; } bool XMLEncodeSelectedText { get; set; }