ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataNodeList Class
Properties Methods


In This Topic
    ImGearMetadataNodeList Class Members
    In This Topic

    The following tables list the members exposed by ImGearMetadataNodeList.

    Public Properties
     NameDescription
    Public PropertyGets the number of elements contained in the List.  
    Public PropertyGets a value indicating whether the List has a fixed size.  
    Public PropertyGets a value indicating whether the List is read-only.  
    Public PropertyGets a value indicating whether access to the List is synchronized (thread-safe).  
    Public PropertyProvides access to single node within the node list.  
    Public PropertyGets an object that can be used to synchronize access to the List.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a node to the list.  
    Public MethodAdds a node to the list.  
    Public MethodClears the list.  
    Public MethodClones the list.  
    Public MethodChecks whether or not the list contains the specified node.  
    Public MethodCopies the list to the specified array at the specified position.  
    Public MethodReturns enumerator for the collection.  
    Public MethodReturns index of the node.  
    Public MethodInserts a node at the specified position.  
    Public MethodOverloaded. Searches the node list for a node which Tag is equal to the specified tag ID.  
    Public MethodOverloaded. This method searches the node list recursively for a leaf, according to the path parameter. Length of the path should correspond to the metadata structure depth, at which the desired node is located.

    If a leaf is not present, the method returns null.

    The method does not search in the subtrees of the node list.

     
    Public MethodSorts the list items recursively so that items within each level are sorted.  
    Public MethodOverloaded. Removes the specified node.  
    Public MethodRemoves the node at the specified index.  
    Public MethodSorts the list items.  
    Top
    See Also