WebManagedContentItem.newmethod(String) 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.
Create a new webManagedContentItem with the passed in name.
public:
void newmethod(System::String ^ _name);
public void newmethod (string _name);
override this.newmethod : string -> unit
Public Sub newmethod (_name As String)
Parameters
- _name
- String
Name for the new webManagedContentItem.