GetProtocolFolderName(String)
Gets the safe folder name for the target protocol.
public static string GetProtocolFolderName(string protocolName)
Documents.GetProtocolFolderName("DemoProtocol");
Documents.GetProtocolFolderName(" DemoProtocol.");
Documents.GetProtocolFolderName(" Demo?|\\Protocol.");
DemoProtocol
DemoProtocol
Demo___Protocol
Last updated