The FileTypeGroups object represents a collection of FiletypeGroup objects. The object can be enumerated to retrieve the groups it represents.
You can obtain an object representing all the configured file type groups from the DOpus.filetypegroups property. The Item.groupsobject property returns a FiletypeGroups object restricted to just the groups the Item is a member of.
Property Name | Return Type | Description |
---|---|---|
<default value> |
collection:FiletypeGroup |
Lets you enumerate the file type groups represented by this object. |
Method Name | Arguments | Return Type | Description |
---|---|---|---|
GetGroup |
<string:group> |
object:FiletypeGroup |
Searches the file type group collection for the named group. |
MatchExt |
<string:filename> |
object:FiletypeGroups |
Returns a new FiletypeGroups object containing the subset of groups that the specified filename (or file extension) is a member of. You would normally only call this method on the object returned by the DOpus.filetypegroups property. |
Translate |
<string:group> |
string |
Returns the translated name of the named built-in file type group. For example, when running in French, calling this method with "Movies" as the input string would return "Vidéos". |