ReportingServicesBatchUpload.ReportingServices2005WebService.ReportingService2005.InheritParentSecurityAsync C# (CSharp) Method

InheritParentSecurityAsync() public method

public InheritParentSecurityAsync ( string Item ) : void
Item string
return void
        public void InheritParentSecurityAsync(string Item) {
            this.InheritParentSecurityAsync(Item, null);
        }
        

Same methods

ReportingService2005::InheritParentSecurityAsync ( string Item, object userState ) : void
ReportingService2005