Miner.Interop Namespace > MMPageTemplateManagerClass Class : Rename Method |
'Declaration
Public Overridable Function Rename( _ ByVal pStoredItem As IMMStoredItem, _ ByVal newName As System.String _ ) As System.Boolean
'Usage
Dim instance As MMPageTemplateManagerClass Dim pStoredItem As IMMStoredItem Dim newName As System.String Dim value As System.Boolean value = instance.Rename(pStoredItem, newName)
public virtual System.bool Rename( IMMStoredItem pStoredItem, System.string newName )
public function Rename( pStoredItem: IMMStoredItem; newName: System.String ): System.Boolean; virtual;
public function Rename( pStoredItem : IMMStoredItem, newName : System.String ) : System.boolean;
public: virtual System.bool Rename( IMMStoredItem* pStoredItem, System.string* newName )
public: virtual System.bool Rename( IMMStoredItem^ pStoredItem, System.String^ newName )
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