ExtensionToNamingRuleSetIdsMap.SpecificExtensions Property

A collection of NamingRuleSet IDs grouped by the extensions that are applicable to them. The extensions won't have the dot (.) in them (i.e.: the extensions are listed as docx instead of .docx in the key)
Public Property SpecificExtensions() As Dictionary(Of String, ICollection(Of EntityID))
This language is not supported or no code example is available.
public Dictionary<string, ICollection<EntityID>> SpecificExtensions {get; set;}
This language is not supported or no code example is available.
public:  
property Dictionary<String^, ICollection<EntityID^>^>^ SpecificExtensions { 
Dictionary<String^, ICollection<EntityID^>^>^ get( ); 
void set( 
Dictionary<String^, ICollection<EntityID^>^>^ value 
); 
}
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Property Value

Dictionary<string, ICollection<EntityID>>

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition