Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Adds a file to the collection.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void AddFileToCollection(
string pathToFile
)
public:
void AddFileToCollection(
String^ pathToFile
)
Public Sub AddFileToCollection (
pathToFile As String
)
Parameters
pathToFile
Type: System.StringThe path to the file.
See Also
AddFileToCollection Overload
ConfigMgrFileCollectionMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top