Click to Rate and Give Feedback
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All
This page is specific to
The 2007 product release

Other versions are also available for the following:
SPDeploymentSettings.BaseFileName Property (Microsoft.SharePoint.Deployment)
Gets or sets the base file name used when creating content migration packages.

Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
<XmlAttributeAttribute(AttributeName:="BaseFileName")> _
Public Property BaseFileName As String
Visual Basic (Usage)
Dim instance As SPDeploymentSettings
Dim value As String

value = instance.BaseFileName

instance.BaseFileName = value
C#
[XmlAttributeAttribute(AttributeName="BaseFileName")] 
public string BaseFileName { get; set; }

Property Value

Returns a string representing the base file name.

A content migration package can consist of one or more CAB files, which are named based on the baseFileName parameter. The value is taken from the baseFileName parameter on the SPDeploymentSettings class constructor (SPDeploymentSettings).

When there are multiple .cmp files, the file names (baseFileName values) are appended numerically. For example, where the baseFileName parameter is "MyWeb", and where the export operation produces multiple .cmp files, the migration packages are named "MyWeb1.cmp", "MyWeb2.cmp", and so forth.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker