GCListisNameAllowed Method |
[Missing <summary> documentation for "M:DXMLBase.Gcv.GCList.isNameAllowed(System.String)"]
Namespace: DXMLBase.GcvAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic virtual bool isNameAllowed(
string name
)
Public Overridable Function isNameAllowed (
name As String
) As Boolean
public:
virtual bool isNameAllowed(
String^ name
)
abstract isNameAllowed :
name : string -> bool
override isNameAllowed :
name : string -> bool
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:DXMLBase.Gcv.GCList.isNameAllowed(System.String)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:DXMLBase.Gcv.GCList.isNameAllowed(System.String)"]
Implements
IGCOwnerisNameAllowed(String)
See Also