ArcFM Responder Mobile Developer Guide
IsValidName Method (MMDocumentManagerClass)






Syntax
'Declaration
 
Public Overridable Function IsValidName( _
   ByVal proposedName As System.String, _
   ByVal UserName As System.String, _
   ByVal GlobalID As System.String, _
   ByRef errorCode As mmErrorCodes _
) As System.Boolean
'Usage
 
Dim instance As MMDocumentManagerClass
Dim proposedName As System.String
Dim UserName As System.String
Dim GlobalID As System.String
Dim errorCode As mmErrorCodes
Dim value As System.Boolean
 
value = instance.IsValidName(proposedName, UserName, GlobalID, errorCode)
public virtual System.bool IsValidName( 
   System.string proposedName,
   System.string UserName,
   System.string GlobalID,
   out mmErrorCodes errorCode
)
public function IsValidName( 
    proposedName: System.String;
    UserName: System.String;
    GlobalID: System.String;
   Out  errorCode: mmErrorCodes
): System.Boolean; virtual; 
public function IsValidName( 
   proposedName : System.String,
   UserName : System.String,
   GlobalID : System.String,
   errorCode : mmErrorCodes
) : System.boolean;
public: virtual System.bool IsValidName( 
   System.string* proposedName,
   System.string* UserName,
   System.string* GlobalID,
   [PARAMFLAG::Out] mmErrorCodes errorCode
) 
public:
virtual System.bool IsValidName( 
   System.String^ proposedName,
   System.String^ UserName,
   System.String^ GlobalID,
   [Out] mmErrorCodes errorCode
) 

Parameters

proposedName
UserName
GlobalID
errorCode
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMDocumentManagerClass Class
MMDocumentManagerClass Members

Send Feedback