Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / WebControls / SiteMapHierarchicalDataSourceView.cs / 1 / SiteMapHierarchicalDataSourceView.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.Collections; using System.Security.Permissions; using System.Web; using System.Web.UI; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class SiteMapHierarchicalDataSourceView : HierarchicalDataSourceView { private SiteMapNodeCollection _collection; public SiteMapHierarchicalDataSourceView(SiteMapNode node) { _collection = new SiteMapNodeCollection(node); } public SiteMapHierarchicalDataSourceView(SiteMapNodeCollection collection) { _collection = collection; } public override IHierarchicalEnumerable Select() { return _collection; } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- NavigateEvent.cs
- ModuleElement.cs
- ZipIOModeEnforcingStream.cs
- WorkflowMessageEventHandler.cs
- ObjectPersistData.cs
- AutomationPatternInfo.cs
- SimpleHandlerBuildProvider.cs
- WCFBuildProvider.cs
- TraceLevelStore.cs
- TextTreeRootNode.cs
- PlaceHolder.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- EntityDescriptor.cs
- ObjectPersistData.cs
- BaseParser.cs
- XPathException.cs
- CodeDirectionExpression.cs
- PointLightBase.cs
- DSACryptoServiceProvider.cs
- LinqDataSourceValidationException.cs
- IntegerValidatorAttribute.cs
- GlobalProxySelection.cs
- DATA_BLOB.cs
- PathSegment.cs
- ReadOnlyPropertyMetadata.cs
- LicenseContext.cs
- LoggedException.cs
- DialogResultConverter.cs
- WeakRefEnumerator.cs
- IPPacketInformation.cs
- ICspAsymmetricAlgorithm.cs
- DataGridViewRowCollection.cs
- Visual.cs
- CultureSpecificStringDictionary.cs
- Cursor.cs
- WebZone.cs
- SocketCache.cs
- SqlFormatter.cs
- EventSinkActivity.cs
- DataRelationPropertyDescriptor.cs
- EditorPartChrome.cs
- PublisherIdentityPermission.cs
- IndexOutOfRangeException.cs
- GridViewCommandEventArgs.cs
- TypeInitializationException.cs
- DebugView.cs
- ResourceAssociationSet.cs
- Queue.cs
- MasterPageParser.cs
- RSAPKCS1KeyExchangeFormatter.cs
- MetadataArtifactLoader.cs
- Int32CollectionValueSerializer.cs
- XmlChoiceIdentifierAttribute.cs
- BaseDataList.cs
- LineUtil.cs
- AffineTransform3D.cs
- VirtualizedItemProviderWrapper.cs
- CompositeFontInfo.cs
- LOSFormatter.cs
- InheritablePropertyChangeInfo.cs
- MethodRental.cs
- StylusPlugin.cs
- IIS7UserPrincipal.cs
- TextPatternIdentifiers.cs
- DependentList.cs
- ProfileService.cs
- ContentDefinition.cs
- XmlILModule.cs
- TextParagraphView.cs
- DataAdapter.cs
- TextRunProperties.cs
- DynamicValueConverter.cs
- CodeIndexerExpression.cs
- SafeRightsManagementSessionHandle.cs
- EventHandlingScope.cs
- BitmapScalingModeValidation.cs
- StylusPointPropertyId.cs
- CatalogPartChrome.cs
- TrackingValidationObjectDictionary.cs
- storepermission.cs
- HScrollBar.cs
- DbProviderServices.cs
- ReachPageContentSerializerAsync.cs
- Base64WriteStateInfo.cs
- ResourceReferenceExpressionConverter.cs
- RemoveStoryboard.cs
- ChtmlTextWriter.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- ComplexBindingPropertiesAttribute.cs
- WindowsEditBoxRange.cs
- ObjectViewEntityCollectionData.cs
- HashLookup.cs
- ServiceEndpointCollection.cs
- EndpointReference.cs
- TransportContext.cs
- ValuePatternIdentifiers.cs
- TypeUnloadedException.cs
- WindowsGraphicsWrapper.cs
- ObjectListCommandsPage.cs
- DescendentsWalker.cs