EldoS
Navigation
Web site
Support
Table Of Contents
View Table Of Contents | Send comments on this topic

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


ElNameConstraintsExtension.RemovePermitted

ElNameConstraintsExtension     See also    


 

This method removes a single Permitted Subtree from the list.

 
 

Declaration

[C#]
    void RemovePermitted(int Index);

[VB.NET]
    Sub RemovePermitted(ByVal Index As Integer)

[Pascal]
    procedure RemovePermitted(Index : integer);

[VB6]
    Sub IElNameConstraintsExtensionX.RemovePermitted(Index As Long)

[ActiveX]
     HRESULT _stdcall IElNameConstraintsExtensionX.RemovePermitted([in] long Index );

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of item in list
 
 

Description

    This method removes a single Permitted Subtree, specified by Index parameter, from the list.

 
 

See also:     PermittedSubtrees     PermittedCount

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2008, EldoS Corporation