IItemNameLimits interface
Retrieves a list of valid and invalid characters or the maximum length of a name in the namespace. Use this interface for validation parsing and translation.
Members
The IItemNameLimits interface inherits from the IUnknown interface. IItemNameLimits also has these types of members:
Methods
The IItemNameLimits interface has these methods.
| Method | Description |
|---|---|
| GetMaxLength |
Returns the maximum number of characters allowed for a particular name in the namespace under which it is called. |
| GetValidCharacters |
Loads a string that contains each of the characters that are valid or invalid in the namespace under which it is called. |
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
Show: