ReportingService2005.CreateFolderAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CreateFolderAsync(String, String, Property[]) | |
CreateFolderAsync(String, String, Property[], Object) |
CreateFolderAsync(String, String, Property[])
public:
void CreateFolderAsync(System::String ^ Folder, System::String ^ Parent, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties);
public void CreateFolderAsync (string Folder, string Parent, Microsoft.SqlServer.ReportingServices2005.Property[] Properties);
member this.CreateFolderAsync : string * string * Microsoft.SqlServer.ReportingServices2005.Property[] -> unit
Public Sub CreateFolderAsync (Folder As String, Parent As String, Properties As Property())
Parameters
- Folder
- String
- Parent
- String
- Properties
- Property[]
Applies to
CreateFolderAsync(String, String, Property[], Object)
public:
void CreateFolderAsync(System::String ^ Folder, System::String ^ Parent, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties, System::Object ^ userState);
public void CreateFolderAsync (string Folder, string Parent, Microsoft.SqlServer.ReportingServices2005.Property[] Properties, object userState);
member this.CreateFolderAsync : string * string * Microsoft.SqlServer.ReportingServices2005.Property[] * obj -> unit
Public Sub CreateFolderAsync (Folder As String, Parent As String, Properties As Property(), userState As Object)
Parameters
- Folder
- String
- Parent
- String
- Properties
- Property[]
- userState
- Object