SP.SOD.registerSodDep(key, dep) Method

Applies to: SharePoint Foundation 2010

Registers the specified file as a dependency of another file.

SP.SOD.registerSodDep(key, dep);

Parameters

key

Type: String

The name of the file to which the other file is dependent.

dep

Type: String

The name of the dependent file.

Applies To

SP.SOD Class

See Also

Reference

SP.SOD Methods

SP Namespace

Other Resources

SP.SOD Properties