DesignerDocDataService.HasSibling(String) Method

Definition

Determines whether or not there is a sibling DocData with the specified name.

public:
 bool HasSibling(System::String ^ name);
public:
 bool HasSibling(Platform::String ^ name);
bool HasSibling(std::wstring const & name);
public bool HasSibling (string name);
member this.HasSibling : string -> bool
Public Function HasSibling (name As String) As Boolean

Parameters

name
String

The filename of the requested sibling DocData.

Returns

true if the given file exists in the project, otherwise false.

Applies to