Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebParts / WebPartAuthorizationEventArgs.cs / 1305376 / WebPartAuthorizationEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; public class WebPartAuthorizationEventArgs : EventArgs { private Type _type; private string _path; private string _authorizationFilter; private bool _isShared; private bool _isAuthorized; public WebPartAuthorizationEventArgs(Type type, string path, string authorizationFilter, bool isShared) { _type = type; _path = path; _authorizationFilter = authorizationFilter; _isShared = isShared; _isAuthorized = true; } public string AuthorizationFilter { get { return _authorizationFilter; } } public bool IsAuthorized { get { return _isAuthorized; } set { _isAuthorized = value; } } public bool IsShared { get { return _isShared; } } public string Path { get { return _path; } } public Type Type { get { return _type; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- QueryOutputWriterV1.cs
- StateRuntime.cs
- HTTPNotFoundHandler.cs
- ResourceContainer.cs
- ISAPIWorkerRequest.cs
- FixedStringLookup.cs
- RuleCache.cs
- PlanCompilerUtil.cs
- BamlStream.cs
- XmlSchemaSequence.cs
- HelloOperation11AsyncResult.cs
- SignedPkcs7.cs
- ResourcePermissionBaseEntry.cs
- DiscoveryClientProtocol.cs
- CookieParameter.cs
- DesignColumnCollection.cs
- CodeNamespaceCollection.cs
- LookupBindingPropertiesAttribute.cs
- path.cs
- DataGridTextBoxColumn.cs
- FamilyMapCollection.cs
- Transform.cs
- DocumentGridPage.cs
- DataRecordObjectView.cs
- DataChangedEventManager.cs
- DesignerWebPartChrome.cs
- Hash.cs
- TextEffect.cs
- MachineKeyConverter.cs
- Operand.cs
- Unit.cs
- DockingAttribute.cs
- NativeMethodsOther.cs
- TraceContext.cs
- PreProcessor.cs
- SoapClientMessage.cs
- TemplateXamlParser.cs
- EnumBuilder.cs
- SafeCoTaskMem.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- WebPartCancelEventArgs.cs
- ToolStripItemEventArgs.cs
- ViewStateException.cs
- BufferAllocator.cs
- TextEncodedRawTextWriter.cs
- HtmlMeta.cs
- RangeBase.cs
- ReliableSessionBindingElementImporter.cs
- ConfigErrorGlyph.cs
- RectIndependentAnimationStorage.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- RegexWorker.cs
- JoinGraph.cs
- PerformanceCounterPermissionAttribute.cs
- ChangePassword.cs
- TextWriterTraceListener.cs
- CombinedGeometry.cs
- ResourceCategoryAttribute.cs
- AssociationSetEnd.cs
- ScriptComponentDescriptor.cs
- CollectionDataContractAttribute.cs
- DataObjectCopyingEventArgs.cs
- BufferBuilder.cs
- SafeRegistryHandle.cs
- Classification.cs
- Highlights.cs
- RSACryptoServiceProvider.cs
- WebPartDisplayModeEventArgs.cs
- LoginAutoFormat.cs
- SrgsElementList.cs
- CheckBox.cs
- Control.cs
- Pkcs7Signer.cs
- StyleSelector.cs
- StatusBarPanel.cs
- XmlWhitespace.cs
- PaperSize.cs
- GridPattern.cs
- BuiltInPermissionSets.cs
- XmlSchemaFacet.cs
- ProfileParameter.cs
- ActivityExecutorDelegateInfo.cs
- ToolStripContentPanel.cs
- ApplicationInfo.cs
- DelegateBodyWriter.cs
- InlineObject.cs
- WebPartRestoreVerb.cs
- WindowsListViewGroup.cs
- AutoResizedEvent.cs
- TextEndOfParagraph.cs
- Range.cs
- UnaryNode.cs
- ButtonPopupAdapter.cs
- Size3D.cs
- BigInt.cs
- FrameworkContentElement.cs
- SplitterCancelEvent.cs
- basenumberconverter.cs
- StateItem.cs
- StoreAnnotationsMap.cs